• Heya there,

    Ive a little problem with my theme and the thumbnail version. My Themecode looks like that:

    <div class=”entry”>
    <?php if (is_search()){
    the_excerpt();
    }
    if (is_category()){
    the_excerpt();
    the_post_thumbnail();
    }else{ the_content(‘Mehr lesen…’);}
    ?>
    </div>

    Now the Question: The Thumbnail apears under the Text. What ive to change, to get the thumbnails floating left side at the text?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thumbnails Float Left in Theme’ is closed to new replies.