Açtığım bir sayfa içerisinde alt sayfaların gösterilmesi için şu kodu kullanıyorum:

while ( have_posts() ) {
the_post();
the_content();
$thispage=$post->ID;
}
} ?>

if($childpages){ /* display the children content */
foreach ($childpages as $post) :
setup_postdata($post); ?>
    İÇERİK KODLARINI BURAYA YAZDIM

endforeach;
} ?>


Fakat 3 ten sonra sayfalama işlemi gerçekleşmiyor. Bir fikri olan varmı ?

Ek Olarak: Bir fikri olan yokmu arkadaşlar :(