GreatWP.blogspot.com

How you can Exclude Pages from the Menu in WordPress

How you can Exclude Pages from the Menu in WordPress

Typically bloggers have to create pages of their weblog, however they don't wish to show them within the menu. On this article we present you how one can exclude pages from the menu in WordPress. This query was requested on our twitter profile.

More often than not the menu is positioned in your sidebar.php however it may be positioned in different information. Open that file and find the next code:

<?php wp_list_pages();?>

Change the next code with:

<?php wp_list_pages('exclude=12,14' ); ?>

Now you may change the quantity to the web page ID and that web page is not going to be displayed within the menu. For extra particulars see WordPress codex

There may be additionally a plugin that permits you to do that. It's known as Exclude Pages.

When you have a query, use our twitter profile to ask it. We reply all questions :)

Tutorials