New Links in the Menu Bar

Hi

I wanted to add additional software like forums (probably bbpress or phpbb)

I would like to add forums link and get get to this directory under wordpress-mu directory.

I also would like to add additional links to custom .php pages to drives users to required pages directly.

Thanks

nkollipara

  • Tammie
    • WordPress Wizard

    @nkollipara: It depends what theme you are using but a general rule to add custom navigation would be to edit either in the parent on child (depending on if the theme has either) header.php.

    For example in the Magazine theme you would see:

    <?php endif; ?>

    <?php do_action( 'bp_nav_items' ); ?>

    Just add your menu items using this format:

  • Your link here