Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End [Solved] wp_list_pages putting "Pages" before output

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29392
    rjmccollam
    Participant

    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.

    #78084
    vincent
    Member

    <?php wp_list_pages(‘title_li=’); ?>

    #78098
    rjmccollam
    Participant

    Thank you, perfect.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.