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/page.php

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

     <?php if( get_theme_mod( 'show_comments_page' , '0' ) === '1' ) {

       comments_template();

     }
     ?>

<?php endwhile; ?>
<?php get_footer(); ?>