• Can anyone give me a pointer to the file in wordpress 2 where I can find the Post loop?

    I am using Semiologic theme and the index file points to:

    <?php
    require_once(TEMPLATEPATH . ‘/header.php’);

    the_posts();

    require_once(TEMPLATEPATH . ‘/footer.php’);
    ?>

    But I’m not sure where to locate the “the_posts();” loop in a file, so that I can add some PHP to the end of each post.

Viewing 16 replies (of 16 total)
  • Both ??

    I wrote my first real WP plugin sometime around January.

    By ‘real’ I mean that for a few months before that, I was writing some code here and there for WordPress, including the first version of my WP sitemap generator, but it was not until January of this year that I turned it into a ‘true’ plugin and started writing more.

Viewing 16 replies (of 16 total)
  • The topic ‘Post Loop for WordPress 2’ is closed to new replies.