Your IP : 216.73.216.63


Current Path : /var/www/ya/wp-content/themes/youthy/
Upload File :
Current File : /var/www/ya/wp-content/themes/youthy/single-event.php

<?php get_header(); ?>
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
    <?php
           get_template_part( '_template-parts/_part-content-cpt' );
     ?>
<?php endwhile; ?>
<?php get_footer(); ?>