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.