- <?php get_header(); ?>
 
- 	<div class="container">
 
- 		<article id="content" class="single" role="main">
 
- 			<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
 
- 			<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
 
- 				<div class="entry-content">
 
- 					<?php the_content(); ?>
 
- 				</div>
 
- 			</div>
 
- 			<?php endwhile; ?>
 
- 		</article>
 
- 	</div>
 
- 	
 
- <?php get_footer(); ?>
 
 
  |