Website Search Results, Archives - Need Thumbnails by Excerpts.. HELP PLEASE!
(a search result page too)
You searched for jon | Missouri Therapists
How do I get thumbnails floating left of the post excerpts? There's one picture in each post. If I set a "featured image" it just floats atop, center... Looks like crap.
How do I get my search results and archive results to show thumbnails with the excerpts, images float=left?
Any help would be greatly appreciated! I'm stuck..
Code I guess that is in question?!
Question in hand: How to get a thumbnail/picture, and how to make it float LEFT with search results? Here's the code in search.php:
<div class="eleven columns">
<?php
if (have_posts()) :
while (have_posts()) : the_post();
get_template_part('loop', get_post_format());
endwhile; else :
get_template_part('loop', 'none');
endif;
?>
</div> function typo_excerpt_length($length) {
if (has_post_format('status')) {
return 140;
} else {
return 60;
}
} CHEERS!
"Whatever the mind can conceive and believe, the mind can achieve."