require('wp-config.php' );
$postslist = get_posts('numberposts=3&order=DESC&orderb y=id');

foreach ($postslist as $post) :

setup_postdata($post)
?>










bu kodları bir php dosyası açıp posts.php diye kaydettim siteadresim.com/blog içine attım.
sonra siteadresim.com içindeki index.html sayfasının footer kısmına bu kodu ekledim fakat çalışmadı.. adam gördüğün gibi başta posts.php olarak kaydet demiş. sonra index_posts.php demiş. nasıl olcak???