Forums

Join
bbPress Support ForumsThemesHardcode the number of topics displayed in Latest Discusions

Info

Hardcode the number of topics displayed in Latest Discusions

  1. Hi,
    How can I number the topics displayed in the Latest Discussion section?
    I know that by adding this code:
    <?php if( $topic->forum_id == 9 ) { ?>

    I get to choose which forum topics will be shown ONLY. I just want to know what exactly I should add so I can decide by giving a number which section will have how many number of topics.

    Thanks.

  2. I think this:
    <?php if( $topic->forum_id == 9 ) { ?>

    Is not working actually :(

  3. How about the "Topics per page" plugin?
    http://bbpress.org/plugins/topic/front-page-topics/

    It lets you set the number of topics to be returned for many bbPress pages/views.

  4. I haven't been here for a while. Will try it for sure and give feedback.

  5. I didn't get what are you trying to do? Can you explain further?

  6. You must log in to post.