<?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: WordPress Tip: Always Remove the WordPress Version Code</title>
	<atom:link href="http://wphacks.com/wordpress-tip-remove-wordpress-version-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://wphacks.com/wordpress-tip-remove-wordpress-version-code/</link>
	<description>WordPress Themes, Plugins, Hacks, Tutorials, and more!</description>
	<lastBuildDate>Fri, 25 May 2012 15:57:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: ronidhbd</title>
		<link>http://wphacks.com/wordpress-tip-remove-wordpress-version-code/#comment-44114</link>
		<dc:creator>ronidhbd</dc:creator>
		<pubDate>Thu, 03 Feb 2011 08:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=747#comment-44114</guid>
		<description>The wordpres plugins don&#039;t update. The server end is OK. File permission is OK. Even when i undo the taken security steps still the wp plugins don&#039;t update. Whats the solutions? Anyone can help?
N.B.: The host support guy says, the server configuration is OK.</description>
		<content:encoded><![CDATA[<p>The wordpres plugins don&#8217;t update. The server end is OK. File permission is OK. Even when i undo the taken security steps still the wp plugins don&#8217;t update. Whats the solutions? Anyone can help?<br />
N.B.: The host support guy says, the server configuration is OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlexiThemes</title>
		<link>http://wphacks.com/wordpress-tip-remove-wordpress-version-code/#comment-13575</link>
		<dc:creator>FlexiThemes</dc:creator>
		<pubDate>Mon, 29 Mar 2010 06:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=747#comment-13575</guid>
		<description>Just and below to your theme&#039;s functions.php
remove_action(&#039;wp_head&#039;, &#039;wp_generator&#039;);</description>
		<content:encoded><![CDATA[<p>Just and below to your theme&#8217;s functions.php<br />
remove_action(&#8216;wp_head&#8217;, &#8216;wp_generator&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahab khan</title>
		<link>http://wphacks.com/wordpress-tip-remove-wordpress-version-code/#comment-12191</link>
		<dc:creator>Shahab khan</dc:creator>
		<pubDate>Thu, 24 Dec 2009 21:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=747#comment-12191</guid>
		<description>Though i have been blogging for the past one year. But i&#039;ve just come to know about this.</description>
		<content:encoded><![CDATA[<p>Though i have been blogging for the past one year. But i&#8217;ve just come to know about this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick</title>
		<link>http://wphacks.com/wordpress-tip-remove-wordpress-version-code/#comment-9677</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Tue, 08 Sep 2009 15:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=747#comment-9677</guid>
		<description>Thanks, this woke me up to the whole issue of upgrades. I am still using WP 2.0 and I wanted to add Kontera links to my WP blogs. They gave me a WP plugin I can use to populate their ads throughout all posts but not before I upgrade.</description>
		<content:encoded><![CDATA[<p>Thanks, this woke me up to the whole issue of upgrades. I am still using WP 2.0 and I wanted to add Kontera links to my WP blogs. They gave me a WP plugin I can use to populate their ads throughout all posts but not before I upgrade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Eslick</title>
		<link>http://wphacks.com/wordpress-tip-remove-wordpress-version-code/#comment-7492</link>
		<dc:creator>Kyle Eslick</dc:creator>
		<pubDate>Fri, 22 May 2009 15:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=747#comment-7492</guid>
		<description>@ Lea - This changed after this post was published with a later release of WordPress.   See the above comments for an explanation!</description>
		<content:encoded><![CDATA[<p>@ Lea &#8211; This changed after this post was published with a later release of WordPress.   See the above comments for an explanation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lea</title>
		<link>http://wphacks.com/wordpress-tip-remove-wordpress-version-code/#comment-7487</link>
		<dc:creator>Lea</dc:creator>
		<pubDate>Fri, 22 May 2009 01:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=747#comment-7487</guid>
		<description>Well, I&#039;ve tried all the above methods for removing traces of my WordPress version from public viewing and none have worked.

I used a FireFox plugin for website info which leads to www.wmtips.com/tools/info/ and they still have my current WordPress version listed under &quot;generator.&quot; 

I removed the generator/generated string from my theme header, removed WordPress from my footer, protected my version.php, tried

adding   to functions.php 

and

@global string $wp_version
*/
$wp_version = ‘(version removed for security)’;

Yet the above website still displays my current WordPress version.</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;ve tried all the above methods for removing traces of my WordPress version from public viewing and none have worked.</p>
<p>I used a FireFox plugin for website info which leads to <a href="http://www.wmtips.com/tools/info/" rel="nofollow">http://www.wmtips.com/tools/info/</a> and they still have my current WordPress version listed under &#8220;generator.&#8221; </p>
<p>I removed the generator/generated string from my theme header, removed WordPress from my footer, protected my version.php, tried</p>
<p>adding   to functions.php </p>
<p>and</p>
<p>@global string $wp_version<br />
*/<br />
$wp_version = ‘(version removed for security)’;</p>
<p>Yet the above website still displays my current WordPress version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jomammy</title>
		<link>http://wphacks.com/wordpress-tip-remove-wordpress-version-code/#comment-5976</link>
		<dc:creator>jomammy</dc:creator>
		<pubDate>Sun, 15 Feb 2009 07:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=747#comment-5976</guid>
		<description>Do not remove your wp_head action!
Yes the latest versions of wordpress do add the version to the page via the wp_head call in numerous locations but this makes it easy to remove the version.  Look in wp-includes/version.php and change the version number there and it will propogate throughout the system because all calls to bloginfo(&#039;version&#039;) read from this string in this file.

I change mine to:
/**
 * The WordPress version string
 *
 * @global string $wp_version
 */
$wp_version = &#039;(version removed for security)&#039;;</description>
		<content:encoded><![CDATA[<p>Do not remove your wp_head action!<br />
Yes the latest versions of wordpress do add the version to the page via the wp_head call in numerous locations but this makes it easy to remove the version.  Look in wp-includes/version.php and change the version number there and it will propogate throughout the system because all calls to bloginfo(&#8216;version&#8217;) read from this string in this file.</p>
<p>I change mine to:<br />
/**<br />
 * The WordPress version string<br />
 *<br />
 * @global string $wp_version<br />
 */<br />
$wp_version = &#8216;(version removed for security)&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Security Keeping your blog Secure &#124; Web Services and Tools</title>
		<link>http://wphacks.com/wordpress-tip-remove-wordpress-version-code/#comment-2613</link>
		<dc:creator>WordPress Security Keeping your blog Secure &#124; Web Services and Tools</dc:creator>
		<pubDate>Sat, 04 Oct 2008 05:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=747#comment-2613</guid>
		<description>[...] Noupe Blog - Security Tips and Tricks Has your Website been Hacked WordPress users - Watch Out! WordPress Tip - Remove the Version code [...]</description>
		<content:encoded><![CDATA[<p>[...] Noupe Blog &#8211; Security Tips and Tricks Has your Website been Hacked WordPress users &#8211; Watch Out! WordPress Tip &#8211; Remove the Version code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 100+ Killer Wordpress Resources &#124; Steffan Antonas' Blog</title>
		<link>http://wphacks.com/wordpress-tip-remove-wordpress-version-code/#comment-2612</link>
		<dc:creator>100+ Killer Wordpress Resources &#124; Steffan Antonas' Blog</dc:creator>
		<pubDate>Tue, 16 Sep 2008 16:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=747#comment-2612</guid>
		<description>[...] Why It&#8217;s Important to Always Remove The Wordpress Version Code  [...]</description>
		<content:encoded><![CDATA[<p>[...] Why It&#8217;s Important to Always Remove The WordPress Version Code  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-07-30 &#124; ????? ?? ??"? ???</title>
		<link>http://wphacks.com/wordpress-tip-remove-wordpress-version-code/#comment-2611</link>
		<dc:creator>links for 2008-07-30 &#124; ????? ?? ??"? ???</dc:creator>
		<pubDate>Wed, 30 Jul 2008 08:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=747#comment-2611</guid>
		<description>[...] WordPress Tip: Always Remove the WordPress Version Code ??? ????? ???????? ?? ????? ?? ?????. ???? ??? ??????? 2.5 ????? ???????? ?? ??&#8217; ????? ????????. (tags: wordpress security) [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress Tip: Always Remove the WordPress Version Code ??? ????? ???????? ?? ????? ?? ?????. ???? ??? ??????? 2.5 ????? ???????? ?? ??&#8217; ????? ????????. (tags: wordpress security) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

