Skip to content

Instantly share code, notes, and snippets.

@cjkoepke
Created August 11, 2015 22:18
Show Gist options
  • Save cjkoepke/43a0aefdfda6e82c2dc9 to your computer and use it in GitHub Desktop.
Save cjkoepke/43a0aefdfda6e82c2dc9 to your computer and use it in GitHub Desktop.
Add HTML5 Support in Genesis.
<?php
//* Do NOT include the opening PHP tag
$args = array(
'search-form',
'comment-form',
'comment-list',
'gallery',
'caption'
)
add_theme_support( 'html5', $args );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment