Here is the section of the code where I excluded page 15 (my “Lyrics” link) from the navigation bar.
<h4>Navigation</h4>
- home
<?php wp_list_pages(‘exclude=15&title_li=’); ?>
- Picture Gallery
As I said before it is excluding the link on every page except the Lazy Gallery page. Is the problem here or is it
with the Lazy Gallery code?
darren