Removing “Allowed Tags” on the comment form.

This solution is from the wordpress forums from Emsi.  It is not guaranteed to work on all themes, but it did work fine for me on my theme based on twenty ten.

Follows these steps:

1. back up your functions.php file.

2. Add the following to your functions.php file
function my_comment_form_args($user_identity, $post_id, $req) {
$args = array(
‘comment_notes_after’ => ”
);
return $args;
}
3. then replace <?php comment_form();?> with <?php comment_form( my_comment_form_args($user_identity, $post->ID, $req) ); ?> in your comments.php file. That should be the last line.

Thats it.

To see the full thread, visit http://wordpress.org/support/topic/solved-allowed-tags-in-comment-form

How Do Google Ads Work

By Dave Fogel | December 8, 2022

Google Ads is like a game of hide and seek. It’s all about finding the right people at the right time to show your ads to. Google Ads uses sophisticated algorithms to identify users who are most likely to be interested in the products and services being advertised. This way, your ads only get shown…

How Long Until Google Ads Work?

By Dave Fogel | December 8, 2022

The amount of time it takes for Google Ads to start working will depend on the type of campaign and the targeting options selected. Generally, it can take anywhere from a few hours to a few weeks for Google Ads to start generating clicks and conversions. We have seen ads start in as little as…

Are Google Ads safe?

By Dave Fogel | December 4, 2022

Yes, Google Ads is a safe advertising platform for businesses. The platform uses sophisticated algorithms to identify users who are most likely to be interested in the products and services being advertised, ensuring that businesses are targeting users who are more likely to convert. Additionally, Google Ads provides businesses with access to powerful analytics and…

Posted in

Dave Fogel

Leave a Comment