ya lo solucione agrege este codigo
Código PHP:
<?php $recent = new WP_Query("page_id=6704"); while($recent->have_posts()) : $recent->the_post();?>
<h3><?php the_title(); ?></h3>
<?php the_content(); ?>
<?php endwhile; ?>
con este codigo atrapo el id de la pagina e inserto el contenido con the_content();