< ?php $recent = new WP_Query("page_id=220"); while($recent->have_posts()) : $recent->the_post();?>
< ?php the_title(); ?>
< ?php the_content(); ?> < ?php endwhile; ?>
< ?php $recent = new WP_Query("page_id=220"); while($recent->have_posts()) : $recent->the_post();?>
< ?php the_content(); ?> < ?php endwhile; ?>