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

<?php get_header(); ?>

<?php if ( have_posts() ) { ?>
<div class="blog-header">
  <h1 class="searching"><?php echo esc_attr( get_theme_mod( 'content_team_title' , __( 'Team.' , 'meanthemes' ) ) ); ?></h1>
</div>

    <div class="content min-wrap">

      <?php get_template_part('team/loop'); ?>

  </div>

  <?php } else { ?>
    <div class="blog-header">
        <h1 class="searching"><?php printf( __( 'Nothing Found for: %s', 'meanthemes' ), '<span>' . get_search_query() . '</span>' ); ?></h1><span class="further"><?php esc_html( _e( 'Sorry, but nothing matched your search criteria. Please try again with some different keywords.', 'meanthemes' ) ); ?></span>

        <?php get_search_form(); ?>

      </div>
  <?php } ?>

<?php get_footer();  ?>