Forums

Join
bbPress Support ForumsThemesPage Conditional Checking

Info

Page Conditional Checking

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

  2. 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 on bb_get_location() anyway)

  3. Perfect answer. Thanks for the help!

  4. You must log in to post.