I want to add a link to my bbpress forum in my wordpress site. Preferably the link would sit along side the page links.
How can I do this? It seems that adding a page only allows you to add a page. Rather than a link to a page that already exists.
I want to add a link to my bbpress forum in my wordpress site. Preferably the link would sit along side the page links.
How can I do this? It seems that adding a page only allows you to add a page. Rather than a link to a page that already exists.
There are a couple of tricks you could use (I have no idea how it's done officially.)
In your site, all you would need to do is insert this into the template that contains the page navigation you have now (Home, About and Contact all appear to be pages):
<li class="page_item"><a href="<?php bloginfo('url'); ?>/forum/" title="Visit the forum">Forum</a></li>
HTH
Chris
Thanks a lot this seemed to do the trick.
From the looks of your site, it worked. :D
You must log in to post.