Hi all
As my php coding skills are still newbie-ish...
I want to exclude 2 pages from my sidebar list in a particular template. Their ID's are 56 & 57
My current template code includes the following PHP:
<?php if (is_page()) { $highlight = "page_item"; } else {$highlight = "page_item current_page_item"; } ?>
<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
Any PHP'er can point out to me what to adjust / add in order to achieve this for this template?
As always, all help appreciated!
Kind regards
Hardhat :)