I know it may be very simple, but I can't seem to find it. I have a forums section to my site (phpBB3), and I want to add a link on my WordPress Menu that links to it (it's pretty much /forums, same domain).
How would I go about solving this?
I know it may be very simple, but I can't seem to find it. I have a forums section to my site (phpBB3), and I want to add a link on my WordPress Menu that links to it (it's pretty much /forums, same domain).
How would I go about solving this?
Ttt for hope.
Also, I was wondering if there would be anyway I could have a menu item link to a category. So that the menu item automatically forwards to the contents of one of my categories.
Ttt for hope.
This is what I am looking for as well. I think that we have to use a plug-in to get what we want but I am still looking.
Dan
Any news on this?
I'd also like this feature.
It used to be so easy before in the header.php
Edit your header.php and look for this line:
<?php wp_list_pages('title_li=&depth=1&sort_column=menu_order');?>
and after this add
<li><a href="http://yourdomain.com/path-to-forum">Forum</a></li>
That should do it.
This topic has been closed to new replies.