Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I typed a keyword in search box and the search results only showing the title and content of the article, no images. (I use unwind theme and I am sure there is featured image of each article)
Hi Teresa,
Do you have a public URL where we can take a look at what’s going on?
My friend added a code in custom css, and now the thumbnail can be shown in the search result
Here is the code
.search-results article .entry-thumbnail {
display: inline;
float: left
}