Feature Images Not showing in Categories
-
Hello,
I’m having a problem with the Feature images. They seem to work on the home page of my site, but they do not display under the categories links.
I used this code and the images work fine in the home page. But I would like them to show for categories. Anyone know how to go about doing this. Thanks!<?php if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it. the_post_thumbnail(); } ?> <?php the_content( __( 'Continue reading →', 'twentyten' ) ); ?>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Feature Images Not showing in Categories’ is closed to new replies.