help:exclude first post from category
-
hi
I want show 4 post from category and not show first post, please help.<ul> <?php $cat=16; ?> <?php query_posts("cat=$cat&showposts=4"); ?> <?php while (have_posts()) : the_post(); ?> <li> <a href="<?php the_permalink() ?>" > <?php the_title(); ?> </a> </li> <?php endwhile;?> <?php wp_reset_query(); ?> </ul>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘help:exclude first post from category’ is closed to new replies.