Posts Tagged ‘navigation menu’

WordPress Tip: How To Exclude Pages From wp_nav_menu Function

In this tutorial, I will show you how to exclude certain pages from the navigation menu when using the wp_nav_menu() function in WordPress. The wp_nav_menu() function is usually located in the header.php file in your theme´s folder.

To my surprise, I discovered that the wp_nav_menu() does not contain “exclude” as one of its parameters. So in this case, how to prevent certain pages from showing up in the menu? Continue Reading »

How To Add a Dropdown Navigation Menu To WordPress Without a Plugin

In this tutorial, I will show you how to dynamically add a Multi-Level(up to 3-level deep) Dropdown Navigation Menu to your WordPress blog without the need of a plugin. This tutorial is NOT about creating custom Menu widgets but rather a native theme support for Page or Custom multi-level navigation menu. The navigation menu can range from a single top level and up to 3 level deep. Continue Reading »