We will show you how to make specific pages show up in your navigation Structure.
Using the “include†function in WordPress you can specify the exact number of pages you want to show in your navigation.
Note -There are plugins which will order the pages for you, but I have not found any plugins which will limit the number of pages showing. Also page order plugins can slow down your page load.
Example: Show traffic is gold.
You need to edit the header.php file found here:
wp-content/themes/your-theme/header.php
Open the file with your favorite editor.
Search the file for “wp_list_pagesâ€
The default should look like this:
Change to this
Upload the file and your site should only show the pages you’ve indicated.
Recent Comments