Website Search Results, Archives - Need Thumbnails by Excerpts.. HELP PLEASE!

2 replies
Title says it all... I've got a new site that I'm working on:

(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:
Code:
<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>
I don't know why I'm posting this from functions.php -- as the excerpt code doesn't even work.. Unless It's not being called in the above search.php?! But here it is as it applies to "excerpts":
Code:
function typo_excerpt_length($length) {
    if (has_post_format('status')) {
    return 140;
    } else {
    return 60;
    }
}
Love this forum! Thanks for anyone and everyone's help! It is TREMENDOUSLY appreciated.. You have no idea!

CHEERS!
#archives #excerpts #results #search #thumbnails #website
  • Profile picture of the author festi9
    If you can explain with some graphics about what exactly you wan then i can help you definitely.
    {{ DiscussionBoard.errors[7625127].message }}
    • Profile picture of the author scott g
      This is what the search result Excerpt looks like:


      If I add a FEATURED IMAGE I get a post excerpt WITH a left floating thumbnail... But also for some reason a duplicate image centered not aligned... I want the thumbnail left of the Excerpt ONLY! And it's gold!
      http://madadmedia.com/img/2.jpg <----- Look

      Thanks!

      Scott
      Signature
      scott g
      "Whatever the mind can conceive and believe, the mind can achieve."

      {{ DiscussionBoard.errors[7625197].message }}

Trending Topics