PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/v1world.us/wp-content/themes/neve/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : //home/trave494/v1world.us/wp-content/themes/neve/search.php |
<?php /** * Author: Andrei Baicus <andrei@themeisle.com> * Created on: 04/09/2018 * * @package Neve */ $container_class = apply_filters( 'neve_container_class_filter', 'container', 'blog-archive' ); get_header(); $wrapper_classes = [ 'posts-wrapper' ]; if ( ! neve_is_new_skin() ) { $wrapper_classes[] = 'row'; } ?> <div class="<?php echo esc_attr( $container_class ); ?> archive-container"> <div class="row"> <?php do_action( 'neve_do_sidebar', 'blog-archive', 'left' ); ?> <div class="nv-index-posts search col"> <?php do_action( 'neve_page_header', 'search' ); if ( have_posts() ) { /* Start the Loop. */ echo '<div class="' . esc_attr( join( ' ', $wrapper_classes ) ) . '">'; while ( have_posts() ) { the_post(); get_template_part( 'template-parts/content' ); } echo '</div>'; if ( ! is_singular() ) { do_action( 'neve_do_pagination', 'blog-archive' ); } } else { get_template_part( 'template-parts/content', 'none' ); } ?> <div class="w-100"></div> </div> <?php do_action( 'neve_do_sidebar', 'blog-archive', 'right' ); ?> </div> </div> <?php get_footer();