Thread Starter
MattB
(@mattb)
Lots of info on that page! Thanks man that works…Ill just exclude the pages I dont want.
If you go to EDIT, then scroll to the bottom and press DELETE PAGE it seems to work for me… If that doesnt then set it to PRIVATE, then go to EDIT –> DELETE PAGE and it should work…Its a good enough work around until it gets figured out…
Thread Starter
MattB
(@mattb)
yup…is there a way to set it to show only main pages?
here is the code:
<!– begin sidebar –>
<div id=”left”>
<ul id=”nav”>
- Home
<?php wp_list_pages(‘sort_column=menu_order&title_li=’); ?>
</div>
</div>
<!– end sidebar –>