type="text/css" />

How to remove WordPress version from blog header and RSS feed?


Long ago, I published an article on WordPress security where I advised bloggers to remove the WordPress version from the blog header. So that hackers won’t be able to find the WordPress version and exploit its vulnerabilities.

Nowadays by default most of the themes remove the version information from the header. However, today I noticed that some WordPress themes; specially latest Twenty Eleven theme includes the information.

1
<meta name=
"generator" content=
"WordPress 3.2.1" />

To remove the information, go to Appearance > Editor and choose the header.php file and remove the following from the source code.

1
<meta name=
"generator" content=
"WordPress <?php bloginfo('version'); ?>" />

If you cannot find the line, just install WordPress Remove Version plugin and it will remove the version information automatically from your blog header and RSS feed.

Stay safe and happy blogging.

Regards,
Jinnat Ul Hasan

By Jinnat Ul Hasan | On Friday, July 22nd, 2011 | Under How To's, Plugins | No Comments ยป


DO YOU NEED OUR HELP?

Contact our experts, most of the time we assist our readers free of charge.

Those who found this page were searching for:

  • google
  • wordpress 3.2 how to disable rss feed
  • remove rss head.php
  • Remove Meta Name Generator WordPress 3.2.1.
  • remove the header meta version info
  • wordpress meta generator rss
  • wordpress+disable+version
  • how to remove RSS tags links from META not display WordPress 3.2.1
  • wordpress remove meta name
  • wordpress remove content generator from rss feeds

Previous post:

Next post: