'; - $output .= bsearch_get_the_post_thumbnail( - array( - 'post' => $search, - 'size' => 'thumbnail', - ) - ); - $output .= '
'; - } - - $excerpt = get_bsearch_excerpt( $search->ID, bsearch_get_option( 'excerpt_length' ) ); - - /* Highlight the search terms in the excerpt */ - if ( bsearch_get_option( 'highlight' ) ) { - $excerpt = bsearch_highlight( $excerpt, $keys ); - } - - $output .= sprintf( '%1$s
', $excerpt ); - - $output .= '