Forums
(@blorence)
18 years, 2 months ago
Try this, make sure you change the ‘cat=0’ to the proper cat #
<?php query_posts('cat=7&showposts=5'); ?> <?php while (have_posts()) : the_post(); ?> <li> <a href="<?php the_permalink() ?>"> <?php the_title() ?> </a> </li> <?php endwhile; ?>