Skip to:
Content
Pages
Categories
Search
Top
Bottom

Simple question – how to turn off “Members” tab in top menu


  • Richard Miles
    Participant

    @oaadvisors

    Just set up a site with Buddy Press – ready to go, except I just want to turn off the “Members” tab. It must be simple, but how? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you want to keep the functionality that the Members component provide, but want to remove the “tab” from the menu, edit your theme’s header.php


    Richard Miles
    Participant

    @oaadvisors

    Would you simply delete this line of code? Or is there a more elegant method that would simply make it inactive?

    <li<?php if

    ( bp_is_page( BP_MEMBERS_SLUG ) || bp_is_member() ) :
    <a href="//” title=””>

    </li…….


    Richard Miles
    Participant

    @oaadvisors

    Actually, thank you very much. I took the risk and deleted the line of code and it seems to be working. Thanks again for responding.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Simple question – how to turn off “Members” tab in top menu’ is closed to new replies.
Skip to toolbar