Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Add language filter to recent blog posts widget?


wabugi
Participant

@wabugi

The widget I use is located at buddypress/bp-blogs/bp-blogs-widgets.php

The widget is calling this function to get the blog posts: $posts = bp_blogs_get_latest_posts( null, $instance[‘max_posts’] )

Could I apply a filter right after that and before the blog posts are displayed?

I know I should go and learn the basics of wp coding but I sadly don’t have the time for that at the moment :(

Would be cool if anyone could give me a hint.

Skip to toolbar