hocam videomobil.php adında bir dosya oluşturup şu kodu kendine göre düzenleyerek kaydedip ana dizine gönder.
<?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=10&cat=1');
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; ?>showposts=10 - gösterilecek yazı sayısı
cat=1 - kategori id'si
ardından subdomainde bu yazıları göstereceğin dosyaya şu kodu ekle;
<?php
$adres = @file_get_contents("http://www.adres.com/videomobil.php");
echo $adres;
?>
Hemen deniyorum, sen varya cansın (: