remove "This category contains ….”
-
Hello, I tried to search for this subject but can’t find anything, partially because I don’t really know what this is called. But I’m trying to remove the blue “status bar” that starts with “This category contains ….” that shows in all my forum topics and categories. See the picture here: https://lh6.googleusercontent.com/-ZregCDBYbXs/UPdUQr6jmZI/AAAAAAAAYiY/nFk7pyvAAQo/s801/status+bar.png
here is what i did
in /bbpress-functions.php I added following codeadd_filter( ‘bbp_get_single_forum_description’, ‘ja_return_blank’ );
add_filter( ‘bbp_get_single_topic_description’, ‘ja_return_blank’ );
function ja_return_blank() {
return ”;
}
after that it remove ” This category contains” but still shows “Viewing 3 topics – 1 through 3 (of 3 total)” how to delete the second part?
please help i have bbpress
- The topic ‘remove "This category contains ….”’ is closed to new replies.