Wordpress blogs as with other blogs with different softwares are prone to being hacked despite security measures put in place by the software makers. So it’s always good to seek better ways of increasing their level of security.
A good way of preventing your blog from being hacked is by removing the Meta Generator Tag. This tag makes your version of wordpress known to the world at large, hackers included. Any knowledge of your wordpress version, helps the hacker perpetrate his evil acts.
To remove the Meta Generator Tag do this:
- Open your theme’s header.php file and look for this tag:
<meta name="generator" />. If it’s present, delete it and save the file. - Open up wp-includes/general-template.php and search for the following function : function the_generator( $type ) { echo apply_filters(‘the_generator’, get_the_generator($type), $type) . “\n”; }. Place a # before echo, save the file and you’re done. The result should look like this function the_generator( $type ) {
#echo apply_filters(‘the_generator’, get_the_generator($type), $type) . “\n”;
}
The above tutorial was made possible by Semlab’s post How to Stop Your WordPress Blog Getting Hacked.
For more blogging tips, be sure to read the following posts:P.S: To see if the above has worked, simply open a page on your site, right click on it and choose View Page Source. This tag <meta name=”generator” content=”WordPress 2.7.1″> will not be shown again.
- How To Add Nofollow To Wordpress Tags and Tag Cloud Wordpress tag links and tag clouds. To use or not to use. The debate continues. Most SEO guys are of the opinion that the probability of being penalized by Google increases when wordpress tag clouds are added to a blog/site. Here’s what Google’s Matt Cutts has to say about the...
- How To Secure Wordpress Blogs With Plug-ins Securing your wordpress blog is a must if you don’t want months of hard labour flushed down the drain by hackers. Using a few plug-ins, you could to an extent frustrate any hack attempt on your wordpress blog. Note: If your blog has been hacked, you might want to consider...
- This Just In: Wordpress 2.8.1 Is Obsolete! Wordpress 2.8.2 supposedly fixes an XSS vulnerability in which comment author URLs were not fully sanitized when displayed in the admin....
| Tweet | Share | Save on Delicious | ![]() | ![]() |
Social Tagging: Blogging Tips > meta generator tag > wordpress meta generator tag
Get Full Blogging and Make Money Online Tips Delivered Via E-mail Please check your inbox and spam folder for the confirmation email |











Thanks for the information.Really it will helpful for us to protect the blog from hacking.