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/t-archive.php

<?php
/**
 Template Name: Page - Archives
 *
 * @package WordPress
 * @subpackage Youthy
 * @since Youthy 1.0
 */
get_header(); ?>
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
    <?php
           get_template_part( '_template-parts/_part-content-page' );
     ?>
<?php endwhile; ?>
<?php get_footer(); ?>