Home › Forums › Back End › WP help: exclude a specific page’s children from nav › Re: WP help: exclude a specific page’s children from nav
May 26, 2011 at 2:07 am
#75288
Member
49 is the page id, I think my using of # in the context I did to mean number as opposed to id was misleading.
Saying ‘exclude=49’ is not what I want though, 49 has a bunch of children pages, and I want to exclude those while keeping 49, and my thinking is I can exclude them by creating a variable that targets all of them, as opposed to doing ‘exclude=14,67,45,34,etc..’ in the event that additional children pages are created later this would prevent having to go back in and add those pages to the php.