loop-wp-page
<?php query_posts(array('showposts' => 6, 'post_parent' => 2, 'post_type' => 'page')); ?> <?php while (have_posts()) : the_post(); ?> <?php the_post_thumbnail(); ?> <h3><?php the_title(); ?></h3> <?php endwhile; ?>