Wrapping excerpt around post_thumbnail
-
I’m having trouble wrapping my excerpt around the post_thumbnail. Below is the respective code I present use.
<?php if ( function_exists('has_post_thumbnail') && has_post_thumbnail() ) { the_post_thumbnail(array('class' => 'post_thumbnail_left')); } ?><?php the_excerpt(); ?>.post_thumbnail_left { float: left; margin-right: 5px; }-Scott
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Wrapping excerpt around post_thumbnail’ is closed to new replies.