Current Path : /var/www/ya/wp-content/themes/youthy/ |
Current File : /var/www/ya/wp-content/themes/youthy/archive-service.php |
<?php get_header(); ?> <?php if ( have_posts() ) { ?> <div class="blog-header"> <h1 class="searching"><?php echo esc_attr( get_theme_mod( 'content_services_title' , __( 'Gallery' , 'meanthemes' ) ) ); ?></h1> </div> <?php get_template_part('service/loop'); ?> <?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(); ?>