No plugin necessary. In your header file replace the existing wp_list_pages code with: <ul> <?php wp_list_pages('exclude=xx,xx,xx' ); ?> </ul> Code (markup): Put the page ID in place of the 'xx'. More info on the tag here.