Post Loop for WordPress 2
-
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.
- The topic ‘Post Loop for WordPress 2’ is closed to new replies.