Excerpt text wrap around post thumbnail image??
-
Hi all,
I am hoping this is an easy fix. Can anyone tell me what to add to this code to make the excerpt text wrap around the post thumbnail image? Thank you very much for your help. Most appreciated.[mod: please use the code button when posting code, to keep it intact and readable]
<?php if(get_post_meta($post->ID, ‘postImage’, true) != NULL) { ?>
<div class=”post-thumb”>
</div>
<?php } ?><?php the_excerpt(); ?>
” title=”Read More <?php the_title(); ?>” class=”more-link”>Read More?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Excerpt text wrap around post thumbnail image??’ is closed to new replies.