Featured Image

Posted in: Newspaper
Post count: 31

Hi,

I need Featured image in homepage, but I don’t want it to show inside the actual post.

I’ve read to remove <?php if( has_post_thumbnail() ) : ?> from single.php, but this code does not exist in my single.php file. Is there any alternate to remove featured image.

Thanks

Post count: 22421

Hi,
If you remove the featured images from the code, then the homepage modules will have no images to display. The best way to do it is to hide the featured images with css:
.td-post-featured-image{
display:none!important;
}

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.