Info
- 2 posts
- 1 voice
- Started 4 months ago by frooyo
- Latest reply from frooyo
- This topic is not resolved
[bbPress 2] How to disable the forum description field
-
- Posted 4 months ago #
How do I disable the forum/topic description field that show up on top of each forum/topic page?
I thought the code below would work but it doesn't.
-------------------------------------------------------------
/home/www/wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/functions.php
-------------------------------------------------------------
function bbp_no_get_single_topic_description ($param) { return true; } add_filter ('bbp_get_single_topic_description', 'bbp_no_get_single_topic_description'); -
- Posted 4 months ago #
(bump)
-
You must log in to post.