is_template_available('archive') ) { $search_rendered = true; echo $Nekit_render_templates_html->current_builder_template(); } else { $search_rendered = false; } else : $search_rendered = false; endif; if( ! $search_rendered ) : do_action( 'blogistic_main_content_opening' ); $search_page_sidebar_layout = BIT\blogistic_get_customizer_option( 'search_page_sidebar_layout' ); if( in_array( $search_page_sidebar_layout, ['left-sidebar','both-sidebar'] ) ) get_sidebar('left'); $search_page_form_show_hide = BIT\blogistic_get_customizer_option( 'search_page_form_show_hide' ); $search_page_title = BIT\blogistic_get_customizer_option( 'search_page_title' ); $archive_image_box_shadow = blogistic_get_box_shadow_option_class( 'archive_image_box_shadow', true ); $archive_box_shadow = blogistic_get_box_shadow_option_class( 'archive_box_shadow'); $elementClass = ' archive-align--' . BIT\blogistic_get_customizer_option('archive_post_elements_alignment'); if( $archive_image_box_shadow ) $elementClass .= $archive_image_box_shadow; if( $archive_box_shadow ) $elementClass .= $archive_box_shadow; ?>
'; //inner-content-wrap /* Start the Loop */ while ( have_posts() ) : the_post(); /** * Run the loop for the search to output the results. * If you want to overload this in a child theme then include a file * called content-search.php and that will be used instead. */ // get_template_part( 'template-parts/content', 'search' ); get_template_part( 'template-parts/archive/content', blogistic_get_post_format(), [ 'archive' => false ] ); endwhile; echo ''; the_posts_navigation(); else : get_template_part( 'template-parts/content', 'none' ); endif; ?>