BBpress Customizing The Number of Topics
-
I’m using a template to customize the number of posts on one of my pages. My default number of forum posts on one single page is 6. I want 15 to appear on a page so after noticing in the statistics template that the popular topics can show more than than the default setting I ventured to apply it to a single forum called from the forum id. Here’s the code:
15, ‘post_parent’ => bbp_get_forum_id(568), ‘show_stickies’ => false ) ) ) : ?>
My problem: The forums are only showing 16 unfortunately. My question: How do I limit the number of posts on individual pages?
- You must be logged in to reply to this topic.