Gmn adlı üyeden alıntı: mesajı görüntüle
Sitenin belli olması bana sitenin içerisindeki tüm döngülerin görünmesini sağlamaz.
Biraz araştırmak çok mu zor geliyor ben anlamadım

Örnek post döngüsü
<div class="post" id="post-<?php the_ID(); ?>">
<h1 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1>

<?php the_content('Read the rest of this entry &raquo;'); ?>

Böyle bir döngü olmalı index.php içinde bunun sonuna eklenir...
Olmuyor ekleyince site tamamen kayıyor...