Hide featured photo from Blog Post
-
In blog posts, I want the featured images to appear on the page where all the blogs are (the first photo). But I don’t want the featured image to appear in single blog posts (second photo). How can I do it
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .post-single-page .entry-header {
display: none;
}
Best Regards
Can you write the code to hide the posted by, avatar and author name in the photo?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-entry-meta .meta-author {
display: none !important;
}
Best Regards.