10Nov

Remove Wordpress version tag from header

Wordpress

Since version 2.5 Wordpress inserts the version meta tag <meta name=”generator” content=”WordPress 2.5″ /> automatically without you having the possibility to remove it from the header file. Wordpress now uses <?php wp_head(); ?> a function that if you remove you’re removing more than just the wordpress version. So the solution is to add something to [...]

1 comment | read more »