Skip to:
Content
Pages
Categories
Search
Top
Bottom

Link to Home Page.

  • Is it possible to have a sidebar or a small navigation menu in bbPress that can have a link pointing to the main site or pages on it?

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

  • chrishajer
    Participant

    @chrishajer

    If you browse the sidebar tag here, you will find people who’ve added a sidebar. You can do it in your template files.

    https://bbpress.org/forums/tags/sidebar

    If you just want a link up top in your header, to the website home page, just add it, wherever you want, in your template’s header.php.

    Thanks. Where exactly in the header.php do I add it and what is the code to add to it?

    Thanks.

    It depends on your theme design.

    In mine, I have four main divs: header, content, sidebar and footer

    So on my footer.php, at the top, I put in this: <?php require('/home/domain/www/forums/my-templates/themename/sidebar.php'); ?> and then built the sidebar as I wanted it.

    I am using the default K theme in bbPress.

    Thank you.

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