Page 1 of 1
How to have image thumbnail on search results page?
Posted: Tue Sep 06, 2011 11:53 pm
by RyanC
Hi, I am not using an image gallery but I would like a specific thumbnail image to be associated with each individual page in my site, so when someone searches for a term, the specific page that has that term shows up with an image next to it.
Is this possible?
Thanks
Re: How to have image thumbnail on search results page?
Posted: Wed Sep 07, 2011 5:45 am
by uniqu3
Yes with a workaround, you will need CGSimpleSmarty module.
Following this post
http://blog.arvixe.com/how-to-add-conte ... h-results/ could give you an idea how to do it.
If you create a content block for your thumbnails then you can use CGSimpleSmarty's {$cgsimple->get_page_content()} to get the content of it in your Search result template.
Re: How to have image thumbnail on search results page?
Posted: Wed Sep 07, 2011 4:48 pm
by RyanC
thanks for that info uniqu3, I hope to give it a try sometime today.