Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Adding a “forums” button at the top of the page


jfcarter
Participant

@jfcarter

@Lriggle,

To add Forums to the navigation menu, here’s a basic workaround:

Go to header.php and find the section where the rest of the navigation is (it should start with this code:

<ul id="nav">

Add the code below (customized for your site) along with the other navigation links:

<li><a href="URL of FORUM LOCATION" title="Forums">Forums</a></li>

This code needs to be between the

<ul>

and

</ul>

tags to work.

Also, remember that the navigation items are in a specific order, so put the link to the forums where you want them located. In other words, if you want the forums after the Home button, make space and put it there; if you want it after the Members button, make space and put it there. You can tell what each navigation does by the slug (e.g., BP_MEMBERS_SLUG is the Members button).

Hope this helps.

Skip to toolbar