Forums

Join
bbPress Support ForumsThemesis_page() equivalent for bbPress 2.0

Info

is_page() equivalent for bbPress 2.0

  1. 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?

  2. I would try is_bbpress() from the bbp-common-template.php functions file.

  3. You must log in to post.