kate0721
Member
Posted 2 years ago #
When I go to Pages >> Add new , creating a new page will automatically display as part of the navigation theme menu.
Can someone help me create a new page within WordPress, wherein I click on a link within my post, and it will bring me to that new page I created (rather than having that new page display as part of the navigational menu)?
Thanks in advance,
-kat
remove the page link from your navigation menu. Or you can exclude that page:
http://codex.wordpress.org/Template_Tags/wp_list_pages
kate0721
Member
Posted 2 years ago #
where is wp_list_pages located?
I tried added the following in header.php in removing the new page in the navigational menu, but it does not work:
<?php wp_list_pages('exclude=202' ); ?>