Arguments or variables for topic_page_links()
-
For topic_page_links() on the forum home page, I went to: /bb-includes/functions.bb-template.php -> line 932 and changed ‘show_all’ => false to ‘show_all’ => true
This allows me to show the pages of a post without popular topics shifting the entire forum to the right.
You can see it in action here: http://www.hotforwords.com/forums/
Most themes disable this tag as it messes up themes with popular topics.
My question is, if I have to change the default setting on a bbpress core page, that would indicate to me that there is a variable I can put within the tag… between the ().
Does anybody here know what I can put there so that I don’t have to change the core pages? ie: topic_page_links(show_all->true) or something like that.
Thanks!
- You must be logged in to reply to this topic.