First, thanks for the great child theme!!!
I'd like to hide certain pages from my menu
I found this
-
<?php wp_list_pages('exclude=17,38' ); ?>
http://codex.wordpress.org/Template_Tags/wp_list_pages#Exclude_Pages_from_List
Is this what I should be doing to make this happen in Commune? If so, can you tell me where I should put this? If not, can you tell me what I should do?
Thanks