code for “hide page from sidebar nav” not working
-
i’m using the method here (https://codeleet.hub.ph/removing-a-static-page-from-page-list/) to attempt to hide certain pages of my site (https://www.goldcoastchamber.com/wordpress/).
But it doesnt seem to be working. In my header.php file, I added “exclude=8& to the wp_list_pages code line:
<?php wp_list_pages('exclude=8&sort_column=menu_order&depth=1&title_li='); ?>
any ideas? thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘code for “hide page from sidebar nav” not working’ is closed to new replies.