Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Displaying Posts from a Certain category


modemlooper
Moderator

@modemlooper

Find this:
<?php while (have_posts()) : the_post(); ?>

Then put this right above and change the cat name to the cat you want shown:
<?php query_posts('&category_name=featured&showposts=10'); ?>

Skip to toolbar