Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to get Forums tab in header


  • Tutsie
    Participant

    @tutsie

    So i have wpmu, bbpress, and buddypress integrated together and working and I also have buddypress group forums working. How do I add the Forums tab in the header with the Home, News, Groups, and Blogs tabs that links to the bbpress forums?

Viewing 2 replies - 1 through 2 (of 2 total)

  • felix2009
    Participant

    @felix2009

    Take a look at youre “header.php” ;)


    Tutsie
    Participant

    @tutsie

    Figured it out!
    I created a .php file with this code and uploaded it to the mu-plugins folder

    
    function add_forum_link() {
    echo '
    <li><a href="yoururl">Forums</a></li>
    ';
    }
    add_action( 'bp_nav_items', 'add_forum_link' );
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get Forums tab in header’ is closed to new replies.
Skip to toolbar