How to exclude a page from navigation by title or slug
-
Is there a way to exclude a page from wp_list_pages by Page Title or Page Slug. I cannot know the ID in advance so i cannot use
wp_list_pages(‘exclude=3’)
I am trying to get this to work:
wp_list_pages(get_page_link(get_page_by_title(‘Publish Post’)->ID))
but I cannot.
Many thanks
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘How to exclude a page from navigation by title or slug’ is closed to new replies.