Group Admins

  • Avatar Image

Biblefox Development

Public Group active 1 year, 1 month ago

Developing the site and various WordPress plugins.

BuddyPress customization (2 posts)

← Group Forum   Group Forum Directory
  • Avatar Image Allan Bunt said 1 year, 9 months ago:

    I want to eliminate the “Bible Reader” link from top menu nav but link to it from a static page. Is this possible? I would like to keep my menu nav to certain number of pages using wp-list paged includes and excludes

  • Avatar Image Richard Venable said 1 year, 9 months ago:

    If you add this line to your theme’s functions.php it will remove the item from the menu nav:

    remove_action(‘bp_nav_items’, ‘bfox_bp_bible_directory_add_nav_item’);

    You can add a link to it anywhere you want. The URL is just yourdomain.com/bible/ (ex. biblefox.com/bible/).