Banner for Better Section Navigation
Creates a new widget for listing section-based navigation. Essential for contextual navigation when using WordPress as a CMS! Also implements a functi … Wordpress Tutorial
Noted That:
  • To install correctly this better-section-navigation.zip .
  • Fisrt Download the better-section-navigation.zip to your computer
  • Extract/Open better-section-navigation.zip to Your Computer.
  • Then, Find readme.txt file inside better-section-navigation.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " better-section-navigation.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Better Section Navigation

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Better Section Navigation

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Better Section Navigation

Step-5 : Now, Browse " better-section-navigation.zip " Downloaded plugin from your computer, Where you downloaded " better-section-navigation.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Better Section Navigation

Step-6 : Now, Click on " Active Plugin "

Activate Better Section Navigation

Step-7 : Then, See left Side Menu. " Better Section Navigation " folder is added on left Side Menu. Now, Click on " Better Section Navigation " folder.

Noted that: If you do not see " Better Section Navigation " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Better Section Navigation Configurations and Settings or How to work " Better Section Navigation " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Better Section Navigation Widget " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Better Section Navigation Widget
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Install easily with the WordPress plugin control panel or manually download the plugin and upload the extracted folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Widget users can add it to the sidebar by going to the “Widgets” menu under “Appearance” and adding the “Better Section Navigation” widget. Open the widget to configure.
  4. Template authors can call the navigation by using the better_section_nav function. The function accepts a single argument in the form of a classic WordPress set of parameters.
  5. Users who want to display section navigation without adding a widget or editing a template can use the [better-section-nav] shortcode.

Parameters

  • show_all – Always show all pages in current section (default: false)
  • exclude – Page IDs, seperated by commas, of pages to exclude (default: ”)
  • hide_on_excluded – No navigation on excluded pages (default: true)
  • show_on_home – Show top level page list on home page (default: false)
  • show_empty – Output even if empty section (default: false)
  • sort_by – Page sort order; can use any WordPress page list sort value
    (default: menu_order)
  • title – Provide a specific widget title; default is the top level page title
    (default: ”)
  • a_heading – Show all pages in section (default: false)
  • before_widget – HTML before widget (default:
    )
  • after_widget – HTML after widget (default: )
  • before_title – HTML before widget (default:

    )

  • after_title – HTML after widget (default: )

Example

The following example will wrap the widget in LI tags, exclude page ID 2, and will output on home page.

PHP function / template tag (use this in template files):



&after_widget=
&exclude=2&show_on_home=1'); ?>

Shortcode (use this within the body of a Post/Page):


[better-section-nav before_widget="
  • " after_widget="
  • " exclude="2" show_on_home="1"]

    Name