Featured Image Not Showing Up
-
Hi
I need to add many posts to a page and each post with one image. I have followed the advice by adding the code to the function.php and also copy the posts_loop_template.php into my directory and also added in a code:
<!– This will output of the featured image thumbnail –>
<div class=”featured-image”>
<?php the_post_thumbnail( array(180,9999), array(‘class’ => ‘alignleft’)); ?>
</div>However, there is no image appear on the page.
Is there anything I have missed out ?
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Featured Image Not Showing Up’ is closed to new replies.