• first off, I love the new version. But when I checked my site, I had my pages using the php code… however, It’s not working well… i mean, no pages are listed

    this is the code i’m using

      <?php wp_list_pages(‘title_li=’); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
  • wp_list_pages is the Codex page on the Template tag and it appears you have it correct, though double check that you have the proper text-based quote marks in the code as sometimes copying it from a page keeps the smart quotes in place.

    Have you tried it with other arguments or with no arguments in the parameters such as:

    <?php wp_list_pages(); ?>

    Did that work?

    I’m also assuming that you are using the WordPress Template Tag (not a PHP command) within the WordPress Loop (in your sidebar) and that there isn’t some code or HTML causing problems leading up to the template tag.

    Thread Starter auie

    (@auie)

    yeah.. i tried this… but it didn’t work

    my comments template is missing as well

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Page list in WP2.7’ is closed to new replies.