Getting rid of the WordPress Version number
One way to help secure your WordPress install is to remove the version number from your meta tags:
<meta name="generator" content="WordPress 3.0.1" />
One way to help secure your WordPress install is to remove the version number from your meta tags:
<meta name="generator" content="WordPress 3.0.1" />
Here is a great snippet of code that removes “Private” and “Protected” from your password protected posts in WordPress. Just drop it into your functions.php file. (more…)