Current Path : /var/www/ya/wp-content/themes/youthy/ |
Current File : /var/www/ya/wp-content/themes/youthy/archive.php |
<?php get_header(); ?> <?php if ( have_posts() ) { ?> <article class="blog-header result"> <h1 class="searching"> <?php if ( is_day() ) { ?> <?php printf( __( "%s" , "meanthemes" ), get_the_date() ); ?> <?php } elseif ( is_month() ) { ?> <?php printf( __( "%s" , "meanthemes" ), get_the_date('F Y') ); ?> <?php } elseif ( is_year() ) { ?> <?php printf( __( "%s" , "meanthemes" ), get_the_date('Y') ); ?> <?php } else { ?> <?php echo esc_html ( single_cat_title() ); ?> <?php } ?> </h1> <?php echo category_description(); ?> </article> <?php get_template_part('loop'); ?> <?php } else { ?> <article class="post result"> <div class="inner"> <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> </article> <?php } ?> <?php get_footer(); ?>