Remove comments
There are a few ways to remove or hide comments.
- Bulk: https://cl.ly/5a1c706802ee
- Individually quick edit mode: https://cl.ly/692f2027ff03
- Individually inside post: https://cl.ly/d08a38d1e4c8
How to hide the blog comments section "You may use these HTML tags"
This is a section from WordPress intended to show blog visitors what tags they can use when writing a comment. If you don't want it, you can hide it by putting the following under Appearance > Customize > Additional CSS:
p.form-allowed-tags { display: none; }
If you want to remove it entirely (using a child theme) the template file is: templates/comments.php