<?php $cat_featured=7; ?>
<?php $num_featured=1; ?>
<?php query_posts('showposts='.$num_featured.'&cat='.$cat_featured); ?>
<?php if (have_posts()) : ?>
<h3><?php wp_list_categories('include='.$cat_featured.'&title_li=&style=none'); ?></h3>
<?php while (have_posts()) : the_post(); ?>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>" class="title"><?php the_title(); ?></a></h2>
<?php the_content('Devamını Oku... »'); ?>
<hr class="clear" />
<?php endwhile; ?>
<?php endif; ?>
<?php $cat_featured=7; ?> burada ki 7 yazan yer kategori id numaran index.php de kendine göre ayarla hangi kategoride yazı yayınlanmasını istersen gösterir