<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"	>
<channel>
	<title>Comments on: The Right Way to Remove WordPress Version Number</title>
	<atom:link href="http://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/</link>
	<description>Beginner&#039;s Guide for WordPress</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: techispot</title>
		<link>http://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/comment-page-1/#comment-124447</link>
		<dc:creator>techispot</dc:creator>
		<pubDate>Wed, 30 Nov 2011 16:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1189#comment-124447</guid>
		<description>Sorry to say it is not working with feed, I means it not remove version number from feed, I personally add the function you specified , it remove from my home page source but not from rss page source, you can view my rss page source it is still there http://www.techispot.com/feed

Any one find solution please share</description>
		<content:encoded><![CDATA[<p>Sorry to say it is not working with feed, I means it not remove version number from feed, I personally add the function you specified , it remove from my home page source but not from rss page source, you can view my rss page source it is still there <a href="http://www.techispot.com/feed" rel="nofollow">http://www.techispot.com/feed</a></p>
<p>Any one find solution please share</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brasofilo</title>
		<link>http://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/comment-page-1/#comment-123206</link>
		<dc:creator>brasofilo</dc:creator>
		<pubDate>Sun, 11 Sep 2011 02:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1189#comment-123206</guid>
		<description>i wanted to keep the generator without the version number, so i&#039;m returning  instead of an empty string...

 

is this correct?</description>
		<content:encoded><![CDATA[<p>i wanted to keep the generator without the version number, so i&#8217;m returning  instead of an empty string&#8230;</p>
<p>is this correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Getting rid of the WordPress Version number &#124; Ryan Welcher</title>
		<link>http://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/comment-page-1/#comment-40184</link>
		<dc:creator>Getting rid of the WordPress Version number &#124; Ryan Welcher</dc:creator>
		<pubDate>Mon, 04 Oct 2010 14:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1189#comment-40184</guid>
		<description>[...] hackers exactly what exploits to attempt first. There are a few ways to do this but according to this post the best way to do it is function wpbeginner_remove_version() { return &#8221;; } [...]</description>
		<content:encoded><![CDATA[<p>[...] hackers exactly what exploits to attempt first. There are a few ways to do this but according to this post the best way to do it is function wpbeginner_remove_version() { return &#8221;; } [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 25+ Extremely Useful Tricks for the WordPress Functions File</title>
		<link>http://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/comment-page-1/#comment-22348</link>
		<dc:creator>25+ Extremely Useful Tricks for the WordPress Functions File</dc:creator>
		<pubDate>Mon, 21 Jun 2010 22:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1189#comment-22348</guid>
		<description>[...] Source: The Right Way to Remove WordPress Version Number [...]</description>
		<content:encoded><![CDATA[<p>[...] Source: The Right Way to Remove WordPress Version Number [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nacin</title>
		<link>http://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/comment-page-1/#comment-21051</link>
		<dc:creator>Nacin</dc:creator>
		<pubDate>Tue, 08 Jun 2010 19:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1189#comment-21051</guid>
		<description>Removing the generator code has nothing to do with security, frankly. If someone is targeting your site in particular, there are other effective ways to determine a version number. If it&#039;s just a malicious script, it&#039;s going to try every exploit that has ever worked regardless of your version. Indeed, we have never seen an exploit script attempting to do version detection.

Also, the statement &quot;While plugins are great, they somewhat slow your site down,&quot; is a bit misleading in this context, I feel. Yes, a lot of plugins that do heavy-lifting will increase drag on a server. But a good amount of core uses the Plugin API to hook into itself, using the same methods as a plugin. And adding this code to functions.php is doing the same thing.</description>
		<content:encoded><![CDATA[<p>Removing the generator code has nothing to do with security, frankly. If someone is targeting your site in particular, there are other effective ways to determine a version number. If it&#8217;s just a malicious script, it&#8217;s going to try every exploit that has ever worked regardless of your version. Indeed, we have never seen an exploit script attempting to do version detection.</p>
<p>Also, the statement &#8220;While plugins are great, they somewhat slow your site down,&#8221; is a bit misleading in this context, I feel. Yes, a lot of plugins that do heavy-lifting will increase drag on a server. But a good amount of core uses the Plugin API to hook into itself, using the same methods as a plugin. And adding this code to functions.php is doing the same thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: N1NJA</title>
		<link>http://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/comment-page-1/#comment-20454</link>
		<dc:creator>N1NJA</dc:creator>
		<pubDate>Thu, 03 Jun 2010 06:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1189#comment-20454</guid>
		<description>Thanks dude worked like a charm thanks again keep up the good work :)</description>
		<content:encoded><![CDATA[<p>Thanks dude worked like a charm thanks again keep up the good work <img src='http://cdn.wpbeginner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smashing Share</title>
		<link>http://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/comment-page-1/#comment-15657</link>
		<dc:creator>Smashing Share</dc:creator>
		<pubDate>Sat, 01 May 2010 18:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1189#comment-15657</guid>
		<description>Thats really great tip. Working perfect! Thanks</description>
		<content:encoded><![CDATA[<p>Thats really great tip. Working perfect! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Myatt &#8211; Web Development for Small Business &#124; PAULMYATT.COM</title>
		<link>http://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/comment-page-1/#comment-13172</link>
		<dc:creator>Paul Myatt &#8211; Web Development for Small Business &#124; PAULMYATT.COM</dc:creator>
		<pubDate>Wed, 14 Apr 2010 19:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1189#comment-13172</guid>
		<description>[...] you can edit code if you prefer to keep the number of plugins used to a [...]</description>
		<content:encoded><![CDATA[<p>[...] you can edit code if you prefer to keep the number of plugins used to a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/comment-page-1/#comment-8765</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Mon, 08 Feb 2010 13:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1189#comment-8765</guid>
		<description>Would have to agree with you on that: just modding the functions.php would be more efficient than adding a plugin just to remove the version number.</description>
		<content:encoded><![CDATA[<p>Would have to agree with you on that: just modding the functions.php would be more efficient than adding a plugin just to remove the version number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/comment-page-1/#comment-8761</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Mon, 08 Feb 2010 11:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1189#comment-8761</guid>
		<description>Do you have a screenshot? Because we activated this function on a few sites and it didn&#039;t show.</description>
		<content:encoded><![CDATA[<p>Do you have a screenshot? Because we activated this function on a few sites and it didn&#8217;t show.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Content Delivery Network via cdn.wpbeginner.com

Served from: www.wpbeginner.com @ 2012-02-09 23:49:39 -->
