Info
- 5 posts
- 3 voices
- Started 2 years ago by InvTrdr
- Latest reply from InvTrdr
- This topic is resolved
Link to Home Page.
-
- Posted 2 years ago #
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. -
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
Thanks. Where exactly in the header.php do I add it and what is the code to add to it?
Thanks. -
- Posted 2 years ago #
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. -
- Posted 2 years ago #
I am using the default K theme in bbPress.
Thank you. -
You must log in to post.