<? 
include "blog/wp-config.php"; 
$my_query = new WP_Query('cat=3&showposts=5');  
while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate = $post->ID;  
?> 

<a href="<?php the_permalink() ?>"><?php the_title(); ?></a><br> 

<? endwhile;?>
birde bu sekilde denermisin. bende calısıyor su anda.

olmazsa sitenin adını pm ile at ben bi kontrol edeyim dostum.Ha bu arada kategori ID si 3 olan bir deger yoksa ondanda yapıyor olabilir.