How to Customize the Blog Template
-
I would like to customize the blog template in Woodmart. Specifically, I want to:
1. Remove the “admin” name from blog posts.
2. Disable comments entirely.
Could you guide me on where to adjust these settings? Are there specific theme options or templates I need to modify?
Below is the link to the page for reference:
[https://vasiliadismarine.yellowtest.gr/how-to-choose-a-hi-fi-stereo-system/]
Hello,
Use the code below for help:
.single-post .wd-meta-author,
.single-post .comments-area {
display: none;
}
Clear the cache and check how it works.
Kind Regards