Quick help with excluding and including pages?
-
Hi All – quick question. I’m trying to exclude a privacy policy link from my header navigation and include it in the footer only. Looking for proper syntax on how to do this. I’m using Ryan Heller’s Suckerfish plug in and my code looks like this:
if (get_option(‘suckerfish_menuitem1’) == ‘Pages’) {wp_list_pages(‘title_li=&exclude=97‘);}
Doc ID 97 is my privacy policy. Is this correct? For some reason, it’s not working.
Any help appreciated…
- The topic ‘Quick help with excluding and including pages?’ is closed to new replies.