get_results("SELECT * from $wpdb->posts WHERE post_type='page' AND post_parent=$post->ID ORDER BY post_title"); if($children) { foreach($children as $child) { echo '' . $child->post_title . '
'; echo substr( $child->post_content,0,255 ) . '
'; echo 'Continue Reading
'; } } ?>