conditioning thumbnail to show
-
Hi, I have huemen theme and i did a little customization in single posts. i added thumbnails at above of the content by this code
<?php if ( has_post_thumbnail() ):?> <div class="featured-image-wrap"><?php the_post_thumbnail( 'thumbnail', array( 'class' => 'alignleft' ) ); ?></div> <?php endif; ?>
now, the problem is thumbnails shows up in every post type including videos, images etc… and i don’t want it this way.
i would like thumbnails to only show up in standard post.
there is code for this matter, but i don’t know how to find it.
any helps would be appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘conditioning thumbnail to show’ is closed to new replies.