/ Published in: PHP
Expand |
Embed | Plain Text
<?php rewind_posts(); ?> <?php while (have_posts()) : the_post(); ?> <!-- the loop --> or <?php rewind_posts(); ?> <?php query_posts('category_name=CATEGORY&showposts=3'); ?> <?php while (have_posts()) : the_post(); ?> <!-- then the loop -->
You need to login to post a comment.
