Thread Starter
Goop
(@goop)
Thank you so much! I had no idea about the syntax of that function, thanks for pointing that out! 😀
Hope this works for anyone reading this, too. 🙂
Thread Starter
Goop
(@goop)
I added the ‘title_li=’ parameter, but it just comes up with the same thing. When I remove the ‘exclude=19,20,21’ parameter, everything works fine, but then again the pages are back on the navbar. This is what I have currently (gives the same result as the picture above):
<?php wp_list_pages('exclude=19,20,21 title_li='); ?>
Thread Starter
Goop
(@goop)
First of all, thanks for the quick reply. 🙂
This happens when I change the wp_list_pages parameters to ‘exclude=19,20,21’. Here’s the code just before it:
<div id="pagebar" style="background: url(<?php bloginfo('stylesheet_directory'); ?>/images/blue_flower/pagebar.jpg);">
<li class="page_item"><a href="<?php echo get_settings('home'); ?>">Home</a></li>
<?php wp_list_pages('exclude=19,20,21'); ?>
</div>