Arkadaşlar blogdaki son 10 yazıyo ana sayfada göstercem ama bunları nofollow olarak göstermek istiyorum şu anda kullandığım kod bu :S

<?php
$adres = @file_get_contents("http://siteismi.com/sonyazilar.php");
echo $adres;
?>


napabilirim bir fikir verecek olan arkadaş var mı :S



sonyazılar.php dosyası ;


<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<? include "wp-config.php"; ?>
<?php get_archives('postbypost', '8', 'custom', '<li>', '</li>'); ?>