Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Unable to exclude page from navigation


r-a-y
Keymaster

@r-a-y

@arxpoetica – That’s possible via the “wp_list_pages_excludes” filter.

You’ll need to return an array of page IDs you want to exclude.

Example code:
http://pastebin.com/HUyVsWSN

Change 1,2,3 to page ids you want to omit.

Skip to toolbar