ezoryak adlı üyeden alıntı: mesajı görüntüle
Sizde de sayfalama sorunu var gibi geldi bana...

<?php the_content(); ?>
yerine
<?php the_excerpt(); ?>
kullanabilirsiniz. Detaylı bilgi için buraya bakabilirsiniz.
verdiğin bilgiden yola çıkarak the_excerpt(); fonksiyonunu inceledim ve

<?php if (is_search()) the_excerpt(); else the_content(__('Read the rest of this entry &raquo;', 'kubrick')); ?>
sorgusunu

<?php the_content_limit(200, "Devamı &raquo;"); ?>
ile değiştirince gayet güzel oldu.


sayfalama problemi göremedim ben ama ?