" . esc_html__( 'No result found', 'brandy' ) . '
';
return;
}
?>
have_posts() ) : ?>
the_post();
$_post = $search_query->post;
?>
ID ), 'single-post-thumbnail' );
// $description = $_post->post_excerpt;
if ( isset( $post_image[0] ) ) {
$post_image = $post_image[0];
}
if ( empty( $post_image ) ) {
$post_image = brandy_get_post_placeholder_thumbnail_url();
}
if ( 'product' === $_post->post_type && \is_wc_installed() ) {
$product = \wc_get_product( $_post->ID );
$price = \wc_price( $product->get_price() );
}
?>
query_vars['offset'] + $search_query->query_vars['posts_per_page'] ) < $search_query->found_posts ) : ?>