- AuthorPosts
- September 12, 2019 at 2:15 pm #30434JT890Guest
Hello! I am trying to remove the comments section in a blog that says “You may use these HTML tags and attributes: …”. I’ve looked at some previous answers but can’t seem to work it out. Would be great to get some help!
September 12, 2019 at 9:43 pm #30435Jesse OwensGuestHello!
Thanks for the excellent question, I’m sorry to hear that previous answers didn’t get you the help you need.In order to disable comments on a Blog Post, navigate to the Posts -> All Posts menu, hover over the post you want to disable comments for, and click Quick Edit.
Uncheck the options for Allow Comments and Allow Pings, and then click Update.
If you want to disable comments for all of your posts at once, navigate to Settings -> Discussion and uncheck the box for Allow people to post comments on new articles, scroll down to the bottom, and click Save Changes.
I hope this helps!- This reply was modified 1 year, 7 months ago by BoldGrid Support.
September 13, 2019 at 4:14 am #30436JT890GuestHi Jesse, many thanks for your reply! I’m not actually trying to disable the comments functionality itself. Rather, there is this rather irksome area below the blog comments section that says “You may use these HTML tags and attributes …” followed by “<a href=”” title=””> <abbr title=””> <acronym title=””> <b> <blockquote cite=””> <cite> <code> <del datetime=””> <em> <i> <q cite=””> <s> <strike> <strong>”. Any idea how to remove this bit?
Thank you!
JT
September 13, 2019 at 11:26 am #30439Jesse OwensGuestHi JT, sorry for my misunderstanding!
That irksome area is a part of the discussion section, so I misunderstood what you meant there.We can use a little bit of Custom CSS to make sure these aren’t displayed for your visitors. Navigate to Customize -> Advanced -> Custom JS & CSS and paste the following code into the box labeled Custom Theme CSS.
.comment-form > .form-allowed-tags { display: none; }
.comment-form > .alert { display: none; }
I hope this does the trick for you!- This reply was modified 1 year, 7 months ago by BoldGrid Support.
September 13, 2019 at 12:05 pm #30440JT890GuestThis is amazing! Works like a dream 🙂 Many thanks, Jesse!
- AuthorPosts
- The topic ‘Hello! I am trying to remove the comments section in a blog that says “You may use these HTML tags and attributes: …”. I’ve looked at some previous answers but can’t seem to work it out. Would be great to get some help!’ is closed to new replies.