• File: single-event.php
  • Full Path: /home/chassiw/www/wp-content/themes/reon/single-event.php
  • File size: 257 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php get_header(); ?>

<div class="page-content">

	<?php 
	if ( have_posts() ) : while ( have_posts() ) : the_post();

		the_content();
		
	endwhile; else :
	    get_template_part( 'content/content', 'none' );
	endif;

	 ?>

</div>

<?php get_footer(); ?>