• Resolved ashton1993

    (@ashton1993)


    Heya, I’m currently developing this website with Buddypress and I was just hoping anyone knew how to exclude pages from the navbar, I found people using the exclude parameter for wp_list_pages() but my code seems to be different because of the Buddypress plugin:

    <div id="navigation" role="navigation">
    <?php wp_nav_menu( array( 'container' => false, 'menu_id' => 'nav', 'theme_location' => 'primary', 'fallback_cb' => 'bp_dtheme_main_nav' ) ); ?>
    </div>

    Apologies if I’m bieng slow but I just wanted to hide the pages “Group Directory”, “Privacy Policy” and “Terms & Conditions” Apologies if I’m being slow here.

    Thanks for looking!

  • The topic ‘Removing pages from navbar (Buddypress)’ is closed to new replies.