query
<?php query_posts('page_id=60'); if ( have_posts() ) : while ( have_posts() ) : the_post();?> <h2><?php the_title(); ?></h2> <div class="entry" style="font-size:14px;"><?php the_content('Read the rest of this entry »'); ?> </div> <?php endwhile; endif; wp_reset_query(); ?>