Info
- 4 posts
- 2 voices
- Started 5 years ago by soggybag
- Latest reply from chrishajer
- This topic is resolved
Adding a link to forum in my wordpress site
-
- Posted 5 years ago #
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.
-
- Posted 5 years ago #
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
-
- Posted 5 years ago #
Thanks a lot this seemed to do the trick.
-
- Posted 5 years ago #
From the looks of your site, it worked. :D
-
You must log in to post.