i have a glitch in removing date and author from posts
-
hi,
i have used a plugin called wp meta and date remover.
i need help for a code instead of the plugin to remove date, author from all posts page, featured image, recent posts
I used Custom CSS
.blog-design-masonry.has-post-thumbnail .post-date {
display: none;
}
worked for the homepage – but the glitch remains in the featured images
kindly help me – pfa image
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.post-single-page.has-post-thumbnail .article-inner>.entry-header {
display:none;
}
body .wd-entry-meta .meta-author {
display:none;
}
The related posts are disabled in the Theme Settings > Single Post. https://gyazo.com/e1b77eccb735394ac1a2f0a997c486e7
If you have any questions please feel free to contact us.
Best Regards