Tagged: buddyblog, buddypress
Hello Guys
I am developing a website using buddypress. It will have buddyblog and so the users will be able to write their own blog posts.However I need one page on the site where it will be an archive of all the posts by all the users. How do I enable this?
Thanks
Hi Eroslav,
Welcome to BuddyDev.Thank you for using BuddyBlog.
May I ask if you are comfortable using WP_Query? If yes, then you can use the custom meta query where meta_key=_is_buddyblog_post and meta_value=1 to list all the entries by BuddyBlog.
Also, you can avoid meta query and use the tax query instead if you have allowed the users to post to different taxonomy thank your normal blog.
Hope that helps.
Hi Keymaster Yogi,
I am not really comfortable using WP_Query, is there another way or a guide on how to do this? 🙂
You must be logged in to reply to this topic.