For example on our site
Is it possible to make "Who We Are", "What We Do", "Who We Look For" not clickable so that all content can be moved to subpages?
For example on our site
Is it possible to make "Who We Are", "What We Do", "Who We Look For" not clickable so that all content can be moved to subpages?
Hey,
The links in the navigation menu can be excluded by modifying the header.php file.
Open it up and find this code:
wp_list_pages('title_li=&sort_column=menu_order&'.$main_menu_query);
and change it based on which links you want to include or exclude. Full instructions are provided in the WP Codex on the wp_list_pages function.
James
You must log in to post.