Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Unable to exclude page from navigation


r-a-y
Keymaster

@r-a-y

If you’re using a child theme, simply edit header.php and modify the wp_list_pages() line with:

wp_list_pages( 'exclude=14' );

Skip to toolbar