Info
- 5 posts
- 3 voices
- Started 2 years ago by chandersbs
- Latest reply from Ashfame
- This topic is not resolved
Hardcode the number of topics displayed in Latest Discusions
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
I think this:
<?php if( $topic->forum_id == 9 ) { ?>Is not working actually :(
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
I haven't been here for a while. Will try it for sure and give feedback.
-
- Posted 2 years ago #
I didn't get what are you trying to do? Can you explain further?
-
You must log in to post.