<?php query_posts("page_id=222"); while ( have_posts() ) : the_post() ?> <?php echo the_title() ?> <?php endwhile; wp_reset_query(); ?>