TekimNet adlı üyeden alıntı: mesajı görüntüle
Bu sekilde gosterebilirsin

<?php $recent = new WP_Query("cat=33&showposts=5"); while($recent->have_posts()) : $recent->the_post();?>
			   	<a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;"  src="<?php echo get_post_meta($post->ID, "resim", true); ?>" alt="<?php the_title(); ?>" width="110" height="80" /></a>
				<b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
				<?php the_content_limit(80, "[film izle]"); ?>
				
				<div style="border-bottom:1px dotted #94B1DF; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>
				
				<?php endwhile; ?>

Yukarda 33 katagori idesi o kategoriden eklenen son 5 yazi gozukur. yapamazsan yardimci olmaya calisirim.
Tsk.