treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] wp_list_pages putting "Pages" before output

  • I am hoping this is something really easy. I am using <?php wp_list_pages(); ?> to display my navigation and it works perfectly except for that it puts the word Pages and then a pagebreak before it outputs.

    View the site here http://nimbuswater.com/wordpress/

    Any Ideas?

    In case it makes a difference I start my theme development using the BLANK theme from digwp.com.

    Thanks for your help.
  • <?php wp_list_pages('title_li='); ?>
  • Thank you, perfect.