How to hide ‘tags’ and ‘comments’ on single post option?
-
I want to hide them Tags and Comments options from my single post option. How to do it?
Hello,
Could you please share some useful screenshots for a better understanding of where you want to hide?
Also, share the page URL in the private content area so I will check and let you know the solution.
Best Regards
Tags and Comments options are appearing at the bottom of my my single post. I want to hide them.
Attachments:
You must be
logged in to view attached files.
Hello,
01. Please go to edit the post >> from the right sidebar >> set the discussion option to Closed: https://ibb.co/TD4hR0GZ
Please check this manual:
https://www.wpbeginner.com/wp-tutorials/how-to-completely-disable-comments-in-wordpress/
02. To hide tags, Try to add the following Custom CSS code in Theme Settings > Custom CSS:
.single-post .wd-tags-list.wd-style-1 {
display: none !important;
}
Best Regards