Arkadaşlar aşağıdaki denilenleri yapsamda olmadı sizce benmi yanlış yaptım kodlardamı bir sorun var.
Alıntı
Önce sonkonular.php diye bir sayfa oluşturun ve içerisine aşağıdaki kodları koyun;
<?php
include “/home/kullanıcıadınız/public_html/wp-config.php”;
mysql_query(“SET NAMES ‘utf-8′”);
mysql_query(“SET CHARACTER SET utf-8″);
mysql_query(“SET COLLATION_CONNECTION = ‘latin5_turkish_ci’”);
$my_query = new WP_Query(‘showposts=3′);
while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate = $post->ID; ?>
<a href=”<?php the_permalink() ?>” title=”<?php the_title(); ?>”><font face=”Tahoma”><?php the_title(); ?></font></a>
<?php endwhile; ?>
Ardından konuları göstermek istediğiniz siteye aşağıdaki kodları ekleyin.
<?php
$adres = @file_get_contents(“http://www.adres.com/sonkonular.php”);
echo $adres;
?>