WordPress

wp_list_page with something like showpost

I’m using this code <?php $children = wp_list_pages(‘title_li=&child_of=’.$post->ID.’&echo=0′); $subpages = ($post->post_parent) ? wp_list_pages(‘title_li=&child_of=’.$post->post_parent.’&echo=0′) : wp_list_pages(‘title_li=&child_of=’.$post->ID.’&echo=0′) […]

No More Posts Available.

No more pages to load.