<?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: Remove Generator Field From WordPress Meta</title>
	<atom:link href="http://www.kennycarlile.com/2008/06/18/remove-generator-field-from-wordpress-meta/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kennycarlile.com/2008/06/18/remove-generator-field-from-wordpress-meta/</link>
	<description>Use Only Genuine Interocitor Parts</description>
	<lastBuildDate>Wed, 08 Sep 2010 23:52:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: V.C</title>
		<link>http://www.kennycarlile.com/2008/06/18/remove-generator-field-from-wordpress-meta/comment-page-1/#comment-196</link>
		<dc:creator>V.C</dc:creator>
		<pubDate>Wed, 08 Jul 2009 11:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kennycarlile.com/?p=81#comment-196</guid>
		<description>Just use this code and paste it into your function.php:



/* Remove WordPress generator meta tag */

function rmv_generator_filter() {

    return &#039;&#039;; }



add_filter(&#039;the_generator&#039;, &#039;rmv_generator_filter&#039;);</description>
		<content:encoded><![CDATA[<p>Just use this code and paste it into your function.php:</p>
<p>/* Remove WordPress generator meta tag */</p>
<p>function rmv_generator_filter() {</p>
<p>    return &#034;; }</p>
<p>add_filter(&#039;the_generator&#039;, &#039;rmv_generator_filter&#039;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-01-28 &#171; Free Open Source Directory</title>
		<link>http://www.kennycarlile.com/2008/06/18/remove-generator-field-from-wordpress-meta/comment-page-1/#comment-195</link>
		<dc:creator>links for 2009-01-28 &#171; Free Open Source Directory</dc:creator>
		<pubDate>Thu, 29 Jan 2009 01:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.kennycarlile.com/?p=81#comment-195</guid>
		<description>[...] Remove Generator Field From WordPress Meta - Kenny Carlile WordPress automagically interjects meta content specifying that the generator of the webpage is WordPress and, specifically, what version it is. Like this: [...]</description>
		<content:encoded><![CDATA[<p>[...] Remove Generator Field From WordPress Meta &#8211; Kenny Carlile WordPress automagically interjects meta content specifying that the generator of the webpage is WordPress and, specifically, what version it is. Like this: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.kennycarlile.com/2008/06/18/remove-generator-field-from-wordpress-meta/comment-page-1/#comment-194</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 24 Dec 2008 18:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kennycarlile.com/?p=81#comment-194</guid>
		<description>I get this after adding to my functions.php file:



Fatal error: Call to undefined function remove_action() in /pathto/wp-includes/functions.php on line 25</description>
		<content:encoded><![CDATA[<p>I get this after adding to my functions.php file:</p>
<p>Fatal error: Call to undefined function remove_action() in /pathto/wp-includes/functions.php on line 25</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DG</title>
		<link>http://www.kennycarlile.com/2008/06/18/remove-generator-field-from-wordpress-meta/comment-page-1/#comment-193</link>
		<dc:creator>DG</dc:creator>
		<pubDate>Thu, 11 Dec 2008 13:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kennycarlile.com/?p=81#comment-193</guid>
		<description>Thanks for this especially adding the part that removes generator metaname from Feeds.</description>
		<content:encoded><![CDATA[<p>Thanks for this especially adding the part that removes generator metaname from Feeds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://www.kennycarlile.com/2008/06/18/remove-generator-field-from-wordpress-meta/comment-page-1/#comment-192</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Thu, 10 Jul 2008 11:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kennycarlile.com/?p=81#comment-192</guid>
		<description>Works great!  Thank you very much for looking into it and posting a solution so quickly.</description>
		<content:encoded><![CDATA[<p>Works great!  Thank you very much for looking into it and posting a solution so quickly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://www.kennycarlile.com/2008/06/18/remove-generator-field-from-wordpress-meta/comment-page-1/#comment-191</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Thu, 10 Jul 2008 05:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.kennycarlile.com/?p=81#comment-191</guid>
		<description>Great point, Jerry. I&#039;m glad you caught that. Thanks to a little bit of Googling and some great work from Bruce at Bioneural.net, we have a solution! See the post for my addendum.</description>
		<content:encoded><![CDATA[<p>Great point, Jerry. I&#039;m glad you caught that. Thanks to a little bit of Googling and some great work from Bruce at Bioneural.net, we have a solution! See the post for my addendum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://www.kennycarlile.com/2008/06/18/remove-generator-field-from-wordpress-meta/comment-page-1/#comment-190</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Thu, 10 Jul 2008 04:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.kennycarlile.com/?p=81#comment-190</guid>
		<description>And how do you remove the tag from your feed?  I can see what version of WP you&#039;re running by looking at that.</description>
		<content:encoded><![CDATA[<p>And how do you remove the tag from your feed?  I can see what version of WP you&#039;re running by looking at that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
