Skip to:
Content
Pages
Categories
Search
Top
Bottom

WordPress Theme Integration – Conditional Header

  • @schmitt

    Member

    I’m hoping this is straightforward. I’ve integrated BBpress and WordPress at a theme level – ie reusing header and footer. What I would like to do is display different information (such as a link to a user profile) in the header only when a bbpress page is being displayed. Is there a conditional variable I can check with php that would allow me to do this? Which global variable? Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • @fel64

    Member
    global $bb;
    if( isset( $bb ) ) {
    //...
    }

    @schmitt

    Member

    Works like a charm. Thanks fel, you do yeoman’s work here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar