Forums

Join
bbPress Support ForumsInstallationLink to Home Page.

Info

Link to Home Page.

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

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

    http://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.

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

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

  5. I am using the default K theme in bbPress.
    Thank you.

  6. You must log in to post.