/ Published in: PHP
Used in my post on how to optimize WordPress, which can be found here: http://www.brettwidmann.com/2010/01/optimizing-your-wordpress-site-pt-2/
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
URL: http://www.brettwidmann.com