Hello, I do not want comments on my posts, and for this reason, I have not checked in Enfold – Blog layout – Blog meta elements:
Blog Post Author, Blog Post Comment Count, Blog Post Category, Blog Post Allowed HTML Tags, but they still appear on the posts ¿?
Have I forgotten something?
thanks!
Hi ftt123!
Thank you for using Enfold.
The options will only hide the comment count. You can disable the comment section by enabling Discussion meta box on Screen Options, disable Allow Comments or use this on Quick CSS or custom.css:
.comment-entry.post-entry {
display: none;
}
Regards,
Ismael
thank you!! I have used quick CSS and it works, because I do not understand the other options you tell me…