Dear Sir,
Pls check this: https://kriesi.at/support/topic/thumbnails-on-search-results-page/#post-165871
How to link the thumbnail too??
Ty,
d.
Hey d,
When you follow Ismael’s instructions in that thread, instead of this:
echo "<div class='search-thumb'>".$thumb."</div>";
Use this:
echo "<div class='search-thumb'><a title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>".$thumb."</a></div>";
The second one has the link added to the thumbnail. :)
I hope that helps!
Sarah
Thanks Sarah a lot:)!
d.
Dear Sarah,
Could you help me in this: http://weareone-mgmt.com/dev/women/
Please write in search filed giu and click enter, how to do to display results as grid in four columns?
Thx a lot.
d.
Hi,
Please add this in the Quick CSS field.
.search .slide-entry-wrap {
float: left;
width: 24%;
margin-left: 1%;
}
.search .slide-entry-wrap:first-child {
margin-left: 0;
}
.search .slide-entry-wrap .slide-entry {
width: 100% !important;
}
Best regards,
Ismael
Thank you really much your quick end great help!!!
The best team and theme ever!!!!
d.