Forums
(@jazibullah)
17 years, 7 months ago
Try this
<div id="menuholder"> <div id="nav"> <ul> <li><a href="<?php echo get_settings('home'); ?>">Home</a></li> <?php wp_list_pages('exclude=5'); ?> </ul> </div>
Replace 5 with the ID of the page you want to exclude.