WordPress addons and hacks.
Plugins
- WP Better Emails – Not tested yet, but looks nice.
Hacks
Remove Version From Header
remove_action('wp_head', 'wp_generator');
Print Template Name in Footer
<?php global $template; echo basename($template); ?>
WordPress addons and hacks.
remove_action('wp_head', 'wp_generator');
Print Template Name in Footer
<?php global $template; echo basename($template); ?>