Listing forum categories + topic count in sidebar as on this bbpress.org forum?
-
[WP 3.4.2 + bbPress v2.2.2]
I’ve searched around a bit for a way to do this – but have found no neat solution. All threads relating to this seem to be 2-3 years old and be for the bbPress standalone rather than the plugin.
Basically what I want is a simple list displaying forums + topic count, in my page.php. Example:
<ul>
<li><a href="#">Forum title 1<span>Topic count</span></a></li>
<li><a href="#">Forum title 2<span>Topic count</span></a></li>
<li><a href="#">Forum title 3<span>Topic count</span></a></li>
</ul>
Etc.
I know that there is a widget listing the forums categories, but I need the topic count as well for a better overview. Also, if easily doable, I need to exclude a forum category from the list.
Any help would be greatly appreciated.
You must be logged in to reply to this topic.