Featured Image Question
-
I want the featured image to show on the site’s front page blog slider, but I do not want the featured image to show up on the blog post itself. How would I go about accomplishing this?
Thanks!
-
Hey there happycloudmedia,
Hope you’re well today!
This should be possible to achieve with some custom CSS. Could you please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
http://ww.wp.xz.cn/plugins/simple-custom-css
.single img.enigma_img_responsive.wp-post-image { display: none; }This should remove featured image only on your single post pages. If this doesn’t work could you please post link to your site so I can take a look?
Hope this helps 🙂
Best regards,
BojanHello Bojan,
This solved my issue perfectly. Thank you for your expedient reply!
Regards,
~SamHey Sam,
Glad I could help 🙂
Cheers,
Bojan@bojan: Thank you for contributing with us 🙂
Hi!
I also want the featured image to show only in homepage, not in single posts.
I used the suggested CSS. In my website http://www.massalubrenseturismo.it this removes featured image only on articles, not on pages.
What can I do?
Amalia.
Hi,
Please make child theme and create post-content.php in child theme directory.
Now copy code from LINK and paste to post-content.php that you create in child theme directory.
Save the changes.
Thanks.
The topic ‘Featured Image Question’ is closed to new replies.
