Thanks — Tried it. I am not getting the coding order correct, tried different variations… but it just kills the site off to coding error. I also notice that this piece of code turns off sub-page lists, which I actually want to show as a drop down menu.
Here’s the code at the moment, where I’ve put the (“&exclude=2”) before the part to turn off subpages. Tried to del the “depth” code but that killed the page. Tried ordering it opposite but the &exclude didn’t show up. Thanks for your help!
<li class=”<?php if (is_home()) { ?>current_page_item<?php } else { ?>page_item<?php } ?>”>” title=”Home”>Home
<?php wp_list_pages(‘&exclude=2’); (‘depth=1&title_li=’); ?>