Return to Snippet

Revision: 42764
at February 24, 2012 05:36 by mindshare


Updated Code
<!DOCTYPE HTML>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>" />
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style type="text/css">
/* HTML5-specific CSS setup */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block }
</style>

Revision: 42763
at March 15, 2011 09:42 by mindshare


Updated Code
<!DOCTYPE HTML>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>" />
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style type="text/css">
/* HTML5-specific CSS setup */
article,aside,figure,footer,header,hgroup,nav,section { display:block; }
</style>

Revision: 42762
at March 10, 2011 05:54 by mindshare


Updated Code
<!DOCTYPE HTML>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style type="text/css">
/* HTML5-specific CSS setup */
article,aside,figure,footer,header,hgroup,nav,section { display:block; }
</style>

Revision: 42761
at March 10, 2011 05:50 by mindshare


Initial Code
<!DOCTYPE HTML>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<!--[if lt IE 9]>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

Initial URL


Initial Description
HTML5 replacements for the doctype, etc. for WorPress themes.  Add this code to your header.php file and you site will use HTML5. Be sure to double check the rest of your theme files for validation errors.

Initial Title
HTML5 header.php WordPress Theme Modifications

Initial Tags
wordpress, html5

Initial Language
PHP