Info
- 3 posts
- 2 voices
- Started 2 years ago by arpowers
- Latest reply from arpowers
- This topic is resolved
Page Conditional Checking
-
- Posted 2 years ago #
Hey everyone,
Can somebody tell me how I would check which page I'm on in BBPress with a conditional?I can't figure out how to do it for the 'edit topic' page and others.
I did however discover the 'bb_is_search', 'bb_is_front', etc.. conditional functions.Thanks
Andrew P -
- Posted 2 years ago #
There's
bb_get_location()in functions.bb-template.php which returns the page you're on and is above all the page conditional functions (which are based onbb_get_location()anyway) -
- Posted 2 years ago #
Perfect answer. Thanks for the help!
-
You must log in to post.