while ( have_posts() ) : the_post(); ?>
endwhile; ?>
echo get_the_title() ?>
echo get_the_content(); ?>
