Hi
can you please provide us with a function (we use a child theme) that removes the featured image from single posts?
background of our question:
We need to put copyright-credits under the images but this can only be done if we use the “normal” WP-function and not the featured image
But we need the featured image for the category view.
So we need a solution to remove the featured image from single-posts
kind regards dany
Hi Flugtraeumer!
Please edit your posts and check “Don’t display image on single post” – http://i.imgur.com/T4yn4OW.png
Best regards,
Yigit
Hi Yigit
This is not a propriete way for 723 posts
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .big-preview.single-big {
display: none!important;
}
Best regards,
Yigit
Hi Yigit
Sorry, but this causes problems with Google and is not in accordance with their guidelines.
There must be some PHP solutions for that
Can you please provide us with one of them?
regards danny
Hi!
As it is display: none and not visibility: hidden there is no issue with google, trust us on that.
it is the same thing as like removing the php lines.
Use the code Yigit suggested, it is 100% safe.
Thanks a lot for your time and patience let us know if we could do anything else for you
Best regards,
Basilis
This is a workaround , not a solution.
Please provide us with a PHP solution.
Thank you
Danny