\n<% _.each(searchResults, function(searchResult, index, list) { %>\n <%\n // Thumbnails\n if(DavesWordPressLiveSearchConfig.showThumbs == "true" && searchResult.attachment_thumbnail) {\n liClass = "post_with_thumb";\n }\n else {\n liClass = "";\n }\n %>\n
\n\n \n <% if(DavesWordPressLiveSearchConfig.displayPostCategory == "true" && searchResult.post_category !== undefined) { %>\n <%= searchResult.post_category %>\n <% } %><%= searchResult.post_title %>\n\n <% if(searchResult.post_price !== undefined) { %>\n <%- searchResult.post_price %>
\n <% } %>\n\n <% if(DavesWordPressLiveSearchConfig.showExcerpt == "true" && searchResult.post_excerpt) { %>\n <%= searchResult.post_excerpt %>\n <% } %>\n\n <% if(e.displayPostMeta) { %>\n Posted by <%- searchResult.post_author_nicename %>
<%- searchResult.post_date %>
\n <% } %>\n \n<% }); %>\n\n<% if(searchResults[0].show_more !== undefined && searchResults[0].show_more && DavesWordPressLiveSearchConfig.showMoreResultsLink == "true") { %>\n \n<% } %>\n\n\n'};