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
How to have image thumbnail on search results page?
Re: How to have image thumbnail on search results page?
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.
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?
thanks for that info uniqu3, I hope to give it a try sometime today.