There seems to be some sort of issue with parts of this site right now. I’m getting a server error for that link. I did a search and get the same thing.
Anyway I did use &exclude=partner-links in multiple spots. Yes i switched the & from side to side when it needed to be moved.
I’ve done the following aswell as a few other things none of which did anything:
<li class=”<?php echo $highlight; ?>”>”>Home
<?php wp_list_pages(‘exclude=partner-links&sort_column=menu_order&depth=1&title_li=’ ); ?>
<li class=”<?php echo $highlight; ?>”>”>Home
<?php wp_list_pages(‘sort_column=menu_order&exclude=partner-links&depth=1&title_li=’ ); ?>
<li class=”<?php echo $highlight; ?>”>”>Home
<?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=&exclude=partner-links’ ); ?>