<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to remove allowed html tags and attributes from beneath the comment field in WordPress?	</title>
	<atom:link href="https://www.siggiblog.com/how-to-remove-allowed-html-tags-and-attributes-from-beneath-the-comment-field-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.siggiblog.com/how-to-remove-allowed-html-tags-and-attributes-from-beneath-the-comment-field-in-wordpress/</link>
	<description></description>
	<lastBuildDate>Mon, 24 Jul 2017 11:11:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>
		By: sampath		</title>
		<link>https://www.siggiblog.com/how-to-remove-allowed-html-tags-and-attributes-from-beneath-the-comment-field-in-wordpress/#comment-1081</link>

		<dc:creator><![CDATA[sampath]]></dc:creator>
		<pubDate>Mon, 24 Jul 2017 11:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.siggiblog.com/?p=297#comment-1081</guid>

					<description><![CDATA[Clear cut info with code , Thanks for sharing this info]]></description>
			<content:encoded><![CDATA[<p>Clear cut info with code , Thanks for sharing this info</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: adana evden eve		</title>
		<link>https://www.siggiblog.com/how-to-remove-allowed-html-tags-and-attributes-from-beneath-the-comment-field-in-wordpress/#comment-755</link>

		<dc:creator><![CDATA[adana evden eve]]></dc:creator>
		<pubDate>Sun, 12 Jul 2015 09:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.siggiblog.com/?p=297#comment-755</guid>

					<description><![CDATA[thanks info]]></description>
			<content:encoded><![CDATA[<p>thanks info</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike		</title>
		<link>https://www.siggiblog.com/how-to-remove-allowed-html-tags-and-attributes-from-beneath-the-comment-field-in-wordpress/#comment-708</link>

		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Sun, 12 Apr 2015 07:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.siggiblog.com/?p=297#comment-708</guid>

					<description><![CDATA[Thanks for the code, just implemented in my blog and its working absolutely fine.]]></description>
			<content:encoded><![CDATA[<p>Thanks for the code, just implemented in my blog and its working absolutely fine.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kevin		</title>
		<link>https://www.siggiblog.com/how-to-remove-allowed-html-tags-and-attributes-from-beneath-the-comment-field-in-wordpress/#comment-687</link>

		<dc:creator><![CDATA[Kevin]]></dc:creator>
		<pubDate>Tue, 24 Feb 2015 00:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.siggiblog.com/?p=297#comment-687</guid>

					<description><![CDATA[Thank you so much! When I looked up how to fix this issue everyone had very complicated solutions that as a person completely new to WordPress, I just couldn&#039;t understand!]]></description>
			<content:encoded><![CDATA[<p>Thank you so much! When I looked up how to fix this issue everyone had very complicated solutions that as a person completely new to WordPress, I just couldn&#8217;t understand!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chetan		</title>
		<link>https://www.siggiblog.com/how-to-remove-allowed-html-tags-and-attributes-from-beneath-the-comment-field-in-wordpress/#comment-199</link>

		<dc:creator><![CDATA[Chetan]]></dc:creator>
		<pubDate>Sat, 22 Mar 2014 06:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.siggiblog.com/?p=297#comment-199</guid>

					<description><![CDATA[to add to the confusion:
http://codex.wordpress.org/Function_Reference/comment_form

the allowed html tag list (with the corresponding css class) comes directly from the comment_form() code.
if you can find where the comment_form() is called (probably comments.php), you can change it there to remove the &#039;comment_notes_after&#039;.

there is no need for the theme to have this class anywhere in the css files.
if you want to use it, add it to the usual css file - in arras this is user.css.]]></description>
			<content:encoded><![CDATA[<p>to add to the confusion:<br />
<a href="http://codex.wordpress.org/Function_Reference/comment_form" rel="nofollow ugc">http://codex.wordpress.org/Function_Reference/comment_form</a></p>
<p>the allowed html tag list (with the corresponding css class) comes directly from the comment_form() code.<br />
if you can find where the comment_form() is called (probably comments.php), you can change it there to remove the &#8216;comment_notes_after&#8217;.</p>
<p>there is no need for the theme to have this class anywhere in the css files.<br />
if you want to use it, add it to the usual css file &#8211; in arras this is user.css.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mirazul		</title>
		<link>https://www.siggiblog.com/how-to-remove-allowed-html-tags-and-attributes-from-beneath-the-comment-field-in-wordpress/#comment-198</link>

		<dc:creator><![CDATA[Mirazul]]></dc:creator>
		<pubDate>Fri, 03 Jan 2014 14:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.siggiblog.com/?p=297#comment-198</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.siggiblog.com/how-to-remove-allowed-html-tags-and-attributes-from-beneath-the-comment-field-in-wordpress/#comment-197&quot;&gt;درب کرکره ای&lt;/a&gt;.

Brother just input
.form-allowed-tags{
display:none;
}
your style.css file any position you can do it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.siggiblog.com/how-to-remove-allowed-html-tags-and-attributes-from-beneath-the-comment-field-in-wordpress/#comment-197">درب کرکره ای</a>.</p>
<p>Brother just input<br />
.form-allowed-tags{<br />
display:none;<br />
}<br />
your style.css file any position you can do it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: درب کرکره ای		</title>
		<link>https://www.siggiblog.com/how-to-remove-allowed-html-tags-and-attributes-from-beneath-the-comment-field-in-wordpress/#comment-197</link>

		<dc:creator><![CDATA[درب کرکره ای]]></dc:creator>
		<pubDate>Wed, 01 Jan 2014 21:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.siggiblog.com/?p=297#comment-197</guid>

					<description><![CDATA[OOh, i did not know it.]]></description>
			<content:encoded><![CDATA[<p>OOh, i did not know it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: stereow		</title>
		<link>https://www.siggiblog.com/how-to-remove-allowed-html-tags-and-attributes-from-beneath-the-comment-field-in-wordpress/#comment-196</link>

		<dc:creator><![CDATA[stereow]]></dc:creator>
		<pubDate>Wed, 06 Nov 2013 06:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.siggiblog.com/?p=297#comment-196</guid>

					<description><![CDATA[thank you very useful article for me. It helped me greatly and finally I was able to remove those attribution stuff in Wordpress!]]></description>
			<content:encoded><![CDATA[<p>thank you very useful article for me. It helped me greatly and finally I was able to remove those attribution stuff in WordPress!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: 24hcloud		</title>
		<link>https://www.siggiblog.com/how-to-remove-allowed-html-tags-and-attributes-from-beneath-the-comment-field-in-wordpress/#comment-195</link>

		<dc:creator><![CDATA[24hcloud]]></dc:creator>
		<pubDate>Mon, 04 Nov 2013 07:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.siggiblog.com/?p=297#comment-195</guid>

					<description><![CDATA[thank you for your very useful article and add insight to my own]]></description>
			<content:encoded><![CDATA[<p>thank you for your very useful article and add insight to my own</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mayank		</title>
		<link>https://www.siggiblog.com/how-to-remove-allowed-html-tags-and-attributes-from-beneath-the-comment-field-in-wordpress/#comment-194</link>

		<dc:creator><![CDATA[Mayank]]></dc:creator>
		<pubDate>Tue, 29 Oct 2013 22:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.siggiblog.com/?p=297#comment-194</guid>

					<description><![CDATA[Need help how can i allow user to use fb or twitter to comment on page and enable for all users !!!
Thank you]]></description>
			<content:encoded><![CDATA[<p>Need help how can i allow user to use fb or twitter to comment on page and enable for all users !!!<br />
Thank you</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
