Short question. How to add order by date to this query?
<?php
if ( have_posts() ) while ( have_posts() ) : the_post();
the_content();
endwhile;
if($post->post_parent)
$children = wp_list_pages("title_li=&child_of=".$post->ID."&depth=1&echo=0");
if ($children) { ?>