Skip to:
Content
Pages
Categories
Search
Top
Bottom

Using my wordpress header – how to inlcude?

Viewing 1 replies (of 1 total)
  • @chrishajer

    Participant

    I think you need to include WordPress in your bbPress so you have access to WordPress functions like get_header:

    https://bbpress.org/documentation/integration-with-wordpress/#func

    Then, in your template, you need to do something like this:

    <?php get_header(); ?>

    That will include the WordPress header. If you do the second part without the first, it will fail because get_header is a WordPress function.

    I think… :-)

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