Merhaba,

xxx.php dosyası oluşturdum ve ana dizininde çalıştırıyorum. Yalnız eklediğim içerikleri ister özel alanla ister içerik kısmından eklediğimde hep anı çıkıyor.

siteadı.com/xxx.php?id=11 de aynı
siteadı.com/xxx.php?id=15 de aynı hiç bir farklı içerik çıkmıyor.


<!DOCTYPE html> 
<html> 
<head>
<link type="text/css" rel="stylesheet" href="#/style.css" />

</head>
<body> 



<?php
include('wp-config.php');
?>
<?php query_posts('p='.$wtb.''); global $more; $more = 0;  while (have_posts()) : the_post(); ?>

<?php the_content(); ?>
							

<?php endwhile; ?>
</body> 
</html>
single.php'den

<a href="<?php echo get_option('home'); ?>/oyna.php?id=<?php echo $yenisi; ?>"><img src="<?php bloginfo('template_url') ?>/img/oyna.png" alt="" /></a>
diye çağırıyorum.
Nasıl yapabiliriz acaba?