Skip to:
Content
Pages
Categories
Search
Top
Bottom

A button in header of bbpress


  • nataliya1977
    Member

    @nataliya1977

    Hello!

    I create e social network on WordPress MU+Buddypress+bbpress.

    I want to create a button “Home” in header of bbpress to unite my social network and forum. And in header of Buddypress create a button “Forums”. How can I do it?

    I’m not a programmer and I don’t know php-code veru well.

    Help me!

Viewing 1 replies (of 1 total)
  • It depends on the theme. Go into your theme folder in BBpress and open header.php. Figure out where the links are being created. Then just insert an html tag (no need for php) `<a href=””> blah</a> etc etc Just make sure you have the correct surrounding tags. Sometimes they use

    <li> </li>

    and throw in class=""..

    An easy way to do it on WPMU is create a page the same as the directory. If it’s in http://www.website.com/forums then create a page call forums.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar