Support » Fixing WordPress » Changes to index in WP1.3

  • Hi there,
    I just updated my CVS version and noticed there was an index update.
    Could you tell me what differences have been made?
    I notice that this old line (below):
    <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
    has been replaced with this one:
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    What is the difference?
    Thanks

Viewing 1 replies (of 1 total)
  • I know that pagination is now a default part of the WordPress index.php… there are a few more differences to the index as well.

Viewing 1 replies (of 1 total)
  • The topic ‘Changes to index in WP1.3’ is closed to new replies.