Current Path : /var/www/ya/wp-content/themes/youthy/ |
Current File : /var/www/ya/wp-content/themes/youthy/t-contact.php |
<?php /** Template Name: Page - Contact * * @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-contact' ); ?> <?php endwhile; ?> <?php get_footer(); ?>