Fetching sub forum descriptions?
-
Hi! My layout is like this:
[Category 1]
[Forum 1]
[Forum 2][Category 2]
[Forum 3]
.
.
As you know, bbPress’ default layout is to fetch the Category description, not the Forum descriptions. I’ve tweaked thebbp_list_forums
function, so now I want to show the forum descriptions instead. But when I addthe_content()
to myloop-single-forum.php
it fetches the category description.I think I must add
the_content()
inmy_bbp_list_forums
, but don’t know where or how.The code can be found here (Kudos to Lynq): http://pastebin.com/GLhCHYze
And what I’m after graphically: http://i649.photobucket.com/albums/uu216/DramaticBaby/forum_description.jpg
How can I make
the_content()
fetch the forum descriptions? Or is there abbp_get_sub_forum_description()
function somewhere? 🙂
- You must be logged in to reply to this topic.