Categories: Wordpress Tricks

Hide HTML tags and attributes

Sometimes WordPress developer facing a small problem to hide HTML tags and attributes which set under comment form as default WordPress system.

Figure: html-tags-attributes in comment form

This is very simple trick to hide this option from your comment form but there have two ways.

Firstly, who doesn’t touch backhand code:

  • Go to your Dashbord
  • Click Appearance -> Editor (It opens the current Stylesheet(style.css) of your theme)
  • Paste the code bottom of the editing space
    .form-allowed-tags {display: none;}
  • Click Update File

Best way, if use your custom theme

  • Open your Style-sheet.
  • Paste the code at the bottom of your css file
    .form-allowed-tags {display: none;}
  • Update the file.

That’s all. You are done.

How is it ? Pretty Simple, Right ? Still if you have any confusion, you are feel free to make comments here. We like to hear from you and ready to solve your problem.

This post has already been read 3331 times!

Mehedi Hasan

Cool WordPress Developer having much agile experience to develop any kind of WordPress sites & plugins. Also good in troubleshooting, fixing & making any kind of tweaks for WP site.

More Posts

Mehedi Hasan

Cool WordPress Developer having much agile experience to develop any kind of WordPress sites & plugins. Also good in troubleshooting, fixing & making any kind of tweaks for WP site.

Share
Published by
Mehedi Hasan

Recent Posts

WP Share A Friend – A Way to Capture Lead

What is Lead Capture: In general sense lead capture designates a process or way of…

5 years ago

Unlimited Modal POPUPS on MouseClick

Introduction Unlimited Modal POPUPS on MouseClick: Everyone knows about popup during site visits and most…

5 years ago

WordPress Pregnancy Calculator Plugin

Brief about Pregnancy Calculator : This WordPress Pregnancy Calculator plugin allows users to display an…

5 years ago

Interactive Service Plugin with Hover Effects VC

Introduction About this Service Plugin: This Visual Composer Service Plugin works as an addon to…

6 years ago

WP Dynamic Query String

Introduction of Dynamic Query String : This plugin allows user to set dynamic query string…

6 years ago

How to make scroll PDF in iFrame for iPAD Safari

There is an occasional bug for iPhone and iPad even they are designed as well and…

7 years ago