%PDF- %PDF-
Direktori : /var/www/html/qendrasteps/wp-content/themes/tm-heli/ |
Current File : /var/www/html/qendrasteps/wp-content/themes/tm-heli/search.php |
<?php /** * The template for displaying search results pages. * * @package thememove */ $tm_heli_heading_image = Kirki::get_option( 'thememove', 'page_bg_image' ); $tm_heli_layout = Kirki::get_option( 'thememove', 'search_layout' ); get_header(); ?> <header class="big-title" style="background-image: url('<?php echo esc_url( $tm_heli_heading_image ); ?>')"> <div class="container"> <h1 class="entry-title"><?php printf( __( 'Search Results for: %s', 'tm-heli' ), '<span>' . get_search_query() . '</span>' ); ?></h1> <?php if ( function_exists( 'tm_bread_crumb' ) ) { ?> <div class="breadcrumb"> <div class="container"> <?php echo tm_bread_crumb( array( 'home_label' => Kirki::get_option( 'thememove', 'site_general_breadcrumb_home_text' ) ) ); ?> </div> </div> <?php } ?> </div> </header> <div class="container"> <div class="row"> <?php if ( $tm_heli_layout == 'sidebar-content' ) { ?> <?php get_sidebar(); ?> <?php } ?> <?php if ( $tm_heli_layout == 'sidebar-content' || $tm_heli_layout == 'content-sidebar' ) { ?> <?php $class = 'col-md-8'; ?> <?php } else { ?> <?php $class = 'col-md-12'; ?> <?php } ?> <div class="<?php echo esc_attr( $class ); ?>"> <main class="content"> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'template-parts/content', 'blog' ); ?> <?php endwhile; // end of the loop. ?> <?php tm_heli_paging_nav(); ?> <?php else : ?> <?php get_template_part( 'template-parts/content', 'none' ); ?> <?php endif; ?> </main> </div> <?php if ( $tm_heli_layout == 'content-sidebar' ) { ?> <?php get_sidebar(); ?> <?php } ?> </div> </div> <?php get_footer(); ?>