Skip to main content

Remove HTML tags from Wordpress comment box using plugin

Wordpress is easiest and full of many tools to build your own website. It provides many thousands of free themes and plugins so that you can make your site cool and the way you want it should look.

But, what happen if you find something irritating(for me) written after comment box. In some free themes of wordpress, The comment box contains "You may use these HTML tags and attributes: a href="" title="" abbr title="" acronym title="" b blockquote cite="" cite code del datetime="" em i q cite="" strike strong". It just irritating and frustrating if you are not able to get rid of it. If you have knowledge of better programming, you can use your skills very well. But, what happen if you do not know.

There are many easy ways if you do not have programming skills. You can install a good plugin i.e. Spam free Wordpress. This plugin will automatically update comment.php sheet and eliminate HTML Tags below the comment box. After installing this plugin you will find something written below comment form "HTML Tags are not allowed".
You can also use coding modification to eliminate HTML tags. Simply add "array('comment_notes_after' => '')" in the comment.ph (into comments.php, for the comment_form() code) in the line containing  to make it  '')); ?>. But, some themes does not alter this coding technique like ifeature theme by cyberchimps. This above coding technique does not work in this theme. So you can install this plugin to eliminate HTML tags in any theme and this plugin also protects you from comment spam.

The main advantages of this plugin is that it gets updated frequently and does not cause any problems.


Comments

  1. You can add the following line in comment.php file
    Complete guide at: http://www.fixitrapid.com/2016/01/13/how-to-remove-html-tags-after-comment-box-in-wordpress-posts

    ReplyDelete
  2. You can add the following line in comment.php file
    Complete guide at: http://www.fixitrapid.com/2016/01/13/how-to-remove-html-tags-after-comment-box-in-wordpress-posts

    ReplyDelete
  3. I think this is an informative post and it is very beneficial and knowledgeable. Therefore, I would like to thank you for the endeavors that you have made in writing this article. All the content is absolutely well-researched. Thanks... how to wordpress

    ReplyDelete
  4. As a seller of legal steroids, you can buy Crazy Bulk products, explore stacks and finally get the body you’ve always wanted linux web hosting

    ReplyDelete
  5. This website and I conceive this internet site is really informative ! technowalla

    ReplyDelete
  6. Positive site, where did u come up with the information on this posting?I have read a few of the articles on your website now, and I really like your style. Thanks a million and please keep up the effective work. TMDHosting review

    ReplyDelete
  7. Blogging is a great way to reach out to the people on the Internet. They can touch millions of lives, and spread your message like no other medium. Blogging

    ReplyDelete
  8. cool stuff you have got and you keep update all of us. clean wordpress site

    ReplyDelete
  9. Very efficiently written information. It will be beneficial to anybody who utilizes it, including me. Keep up the good work. For sure i will check out more posts. This site seems to get a good amount of visitors. wordpress virus remova

    ReplyDelete
  10. Greatpost, you have pointed out somefantasticpoints , Ilikewisethinkthis s a verywonderful website. wordpress plugin nulled

    ReplyDelete
  11. I am definitely enjoying your website. You definitely have some great insight and great stories. Ozzun guest post Service uk

    ReplyDelete
  12. This is my first time visit to your blog and I am very interested in the articles that you serve. Provide enough knowledge for me. Thank you for sharing useful and don't forget, keep sharing useful info: change wp login url

    ReplyDelete
  13. http://moodurian.blogspot.com/2016/08/how-to-sell-your-moodle-course-with.html Hello There. I found your blog using msn. This is an extremely well written article. I will be sure to bookmark it and return to read more of your useful information. Thanks for the post. I’ll certainly comeback.

    ReplyDelete
  14. Nice post. I was checking constantly this blog and I am impressed! Extremely helpful information specially the last part I care for such info a lot. I was seeking this particular information for a very long time. Thank you and good luck.
    wordpress for beginners

    ReplyDelete
  15. Thanks for another wonderful post. Where else could anybody get that type of info in such an ideal way of writing? wordpress theme

    ReplyDelete
  16. cool stuff you have got and you keep update all of us. custom writing

    ReplyDelete
  17. Thanks for this great post, i find it very interesting and very well thought out and put together. I look forward to reading your work in the future. kosten schlüsseldienst

    ReplyDelete
  18. Building your web presence
    In this new era of virtualization, every business needs to stay updated and adapt to changes in technology. Get your business online today if you want your business to stay competitive. Now, this may seem like a taxing process. Most of"

    ReplyDelete
  19. Building your web presence
    Get your business online and Building your web presence today. Here you can easily build your website with ssl Certificate and cheapest price. Contact us

    ReplyDelete
  20. This comment has been removed by the author.

    ReplyDelete

Post a Comment

Popular posts from this blog

Buzzer interface with 8051 microcontroller

Buzzer  is a electronic device that converts the electronic signal into buzzing noise, that is applied to it. It can be used as electronic bell or as quiz buzzer in many applications around us. Here, i world like to discuss the interfacing of a small buzzer with 8051 microcontroller and how different projects can be constructed. Buzzer Interfacing: This project shows the interface with AT89S52 microcontroller to a buzzer. When a push button is pressed, the buzzer will get ON and OFF ( number of times set in the code ) and then stops. Circuit Diagram: - The port P1 of the microcontroller is connected to buzzer. This type of connection is possible, if the current requirements of the buzzer is not more than 20mA. The output is in current source mode so that buzzer will turn ON when the output of the port is logic LOW. Switch is connected to port P3 which remains at logic HIGH by pull up resistor.  Code: #include "REG52.h" #define buz P1 sbit SW=P3^0; long int i; voi

How to Switch OFF Citizen Calculator

You might be confused on seeing no OFF button on your calculator. Actually, these are general calculator available at low cost in the market. They process simple calculations like division, subtraction, Addition, Multiplication. But, how will you OFF that calculator having no option on them. There is always a trick which OFF them. It depends on the company calculator and their series to which they belong. I can tell you about Citizen Calculator CT-500 (as you can see in the image), how can you switch OFF it and can save battery too. If you leave calculator idle for 6-7 minutes, it will goes OFF automatically. My calculator goes OFF in 6.50 minutes from the point of leaving it idle. But, this is not the power saving trick for these types of calculator having not much backup battery. To save the power of your normal calculator, here is the trick to switch OFF it. Press ' /(divide sign)', 'x(multiply sign)', '%(percentage sign)', 'autoreplay option(

Different ways to generate delays in 8051

The delay length in 8051 microcontroller depends on three factors: The crystal frequency the number of clock per machine the C compiler. The original 8051 used 1/12 of the crystal oscillator frequency as one machine cycle. In other words, each machine cycle is equal to 12 clocks period of the crystal frequency connected to X1-X2 pins of 8051. To speed up the 8051, many recent versions of the 8051 have reduced the number of clocks per machine cycle from 12 to four, or even one. The frequency for the timer is always 1/12th the frequency of the crystal attached to the 8051, regardless of the 8051 version. In other words, AT89C51, DS5000, and DS89C4x0 the duration of the time to execute an instruction varies, but they all use 1/12th of the crystal's oscillator frequency for the clock source. 8051 has two different ways to generate time delay using C programming, regardless of 8051 version. The first method is simply using Loop   program function in which Delay() function i