Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to remove some menu links from Buddypress Navigation


  • in.arunava
    Participant

    @inarunava

    I want to remove some menu links from my buddypress navigations. These menu’s are coming after installing corresponding plugins.

    My theme is not buddypress based, it’s now compatible using buddypress template pack plugin.

    I’ve tried various ways referred here & there in google but not working for me. please help!

    Suppose I am using classifieds plugin and want to remove it’s menu option from nav.

    tried to create bp-custom.php and placed on plugin directory

    `function boodle_remove_nav() {
    bp_core_remove_nav_item( ‘classifieds’ );
    }
    add_action( ‘bp_setup_nav’, ‘boodle_remove_nav’, 15 );`

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove some menu links from Buddypress Navigation’ is closed to new replies.
Skip to toolbar