How do you place a featured image into the post?
-
I’ve taken all the necessary steps to create my featured image and I can get it to display above my content in the post. The problem is that it won’t float to the left of my first paragraph that is within the post.
<?php the_post_thumbnail('thumbnail');?> <?php the_content( 'Read More...' ); ?>
I’ve also stylized the CSS that is associated with thumbnails.
img.wp-post-image { float: left; margin: 5px 5px 0 0; }
With all of this said and done, I still have the image floating above the_content instead of within. Is it not possible? I’m trying to stay away from inserting directly into the post for this certain template.
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How do you place a featured image into the post?’ is closed to new replies.