include "/blog/wp-config.php";
mysql_query("SET NAMES 'latin5'");
mysql_query("SET CHARACTER SET latin5");
mysql_query("SET COLLATION_CONNECTION = 'latin5_turkish_ci'");
$my_query = new WP_Query('cat=1&showposts=10');
while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate = $post->ID;?>
endwhile;?>
WP_Query('cat=1(burası çektiğin kategorinin id numarası) &showposts=10(burasıda göstermek istediğin yazı sayısı');