BuddyDev

Search

How to put all user blogs on one archive page?

  • Participant
    Level: Initiated
    Posts: 1
    Eroslav Georgiev on #9345

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #9349

    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.

  • Participant
    Level: Initiated
    Posts: 1
    Eroslav Georgiev on #9370

    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.

This topic is: not resolved