bbp_is_forum (bbpress 2.0)
-
Hi, trying to integrate in my template BBP, but i need to made some special changes in sidebar.php when the user are in forum’s.
to initial check i write in the sidebar.php
<?php if( bbp_is_forum() ) { echo "iam_forum";
}
?>
but the echo is visible in every page/post not only in the forum… what’s wrong?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.