problem with featured image.
-
thanks you for your help,
<?php if ( has_post_thumbnail()) : ?>
<div style=”float:left;margin:7px;”> ” title=”<?php the_title_attribute(); ?>” >
<?php the_post_thumbnail(‘thumbnail’); ?>
</div>
<?php endif; ?>I am also facing these problem after placing the code i got the featured image. But it placed side of the post, i need the featured image after title and author info. if it is possible, please help me.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘problem with featured image.’ is closed to new replies.