Autant garder votre header.php propre et insérer le shim du fichier functions.php.
// add ie conditional html5 shim to header function add_ie_html5_shim () ( echo ''; echo ''; echo ''; ) add_action('wp_head', 'add_ie_html5_shim');
Le shim est de permettre aux éléments HTML5 d'être stylisés via CSS dans les versions d'Internet Explorer inférieures à 9.