• exzrael

    (@exzrael)


    I want to list my latest (say 20 latest) posts in the sidebar as I could before WP1.5 but now I can’t. How am I able to do this? By using the code here? It didn’t work…

      <?php wp_list_pages(‘sort_column=time_created&show_date=created’); ?>
Viewing 1 replies (of 1 total)
  • Avenir

    (@avenir)

    wp_list_pages lists Pages, not posts. You want get_archives. Read it’s documentation here.

Viewing 1 replies (of 1 total)
  • The topic ‘Listing last posts in sidebar probl.’ is closed to new replies.