• 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?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter RTL

    (@rtl)

    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.

    Thread Starter RTL

    (@rtl)

    Ttt for hope.

    dandelave

    (@dandelave)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Adding An External Link To The WordPress Menu’ is closed to new replies.