Info
- 2 posts
- 2 voices
- Started 8 months ago by nathanbunn
- Latest reply from Anointed
- This topic is not resolved
is_page() equivalent for bbPress 2.0
-
- Posted 8 months ago #
I have a template, originally designed for WordPress 3.2.1 and modified to accomodate the bbPress 2.0 plugin. One of the PHP functions I use in my navigation menu is the is_page() function, which finds if a certain page is selected and has been set to append a CSS style to the list item.
Is there an equivalent function that can be used for the bbPress plugin? If not, is there a workaround solution?
-
- Posted 8 months ago #
I would try is_bbpress() from the bbp-common-template.php functions file.
-
You must log in to post.