Request to Remove Author Name, Date, and Comments Section from Blog Posts
-
I’m currently using the WoodMart theme and would like to remove the author name, date, and comments section from my blog posts. Could you please guide me on how to achieve this?
Here’s what I’m looking for:
Hide the author name.
Remove or hide the publication date.
Remove or hide the comments section.
If there’s a built-in option or a recommended code snippet/CSS adjustment, I’d appreciate any detailed steps or instructions you can provide.
Attachments:
You must be
logged in to view attached files.
Hello,
Define the code below in Theme Settings -> Custom CSS:
.blog-post-loop .wd-entry-meta,
.blog-post-loop .hovered-social-icons,
.single-post .wd-post-meta {
display: none;
}
Kind Regards
I added this code, and now the above details are hidden. Thank you for your support.
Hello,
You’re very welcome! I’m glad the solution worked for you. If you need any further adjustments or have any other questions, feel free to ask. We’re always happy to help!
Kind Regards
The topic ‘Request to Remove Author Name, Date, and Comments Section from Blog Posts’ is closed to new replies.