By announcing to the world the version of WordPress you are running, you greatly simplify the work of a hacker. Peter Westwood’s post documents how to suppress output of the WordPress version number in feeds and blog posts. I’ve packaged his code in a very rudimentary WordPress plugin which will hide the version number in blog and rss feeds. The plugin only suppresses the WordPress version information automatically inserted by WordPress 2.4+.
You may still need to remove any hard coded version information in your theme. Look for a line like this:
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
and remove it.
Installation:
- Download the plugin
- Unzip it to your plugins directory
- Activate it
Use at your own risk.
Related post: 9 SEO Security Tips for WordPress
Similar Posts:
- 9 SEO Security Tips for WordPress
- Joomla SEO: Removing useless meta tags
- Comparison of Google Analytics / Urchin Tracking Scripts
- SEO Session: Up Close With Google Blog Search
- Blog statistics with BlogBabel at ZenaCamp in Genoa, Italy
Registration is now open for the next SEO Course (May 14 and 15) and Google Analytics Course (May 9 and 10) in Milan. Don’t miss the opportunity!





Would love this plugin to have the option of also removing the RSS feeds. I tried to remove both the WP version and feeds using the functions.php command to no avail.