Forked from cobaltapps/Enable HTML5 markup in Genesis 2.0+ Child Themes
Created
March 7, 2019 02:32
-
-
Save DalavanCloud/d3fd9390d71cd1ab33ef92f41b7d253f to your computer and use it in GitHub Desktop.
Add this code to your Genesis 2.0+ Child Theme's functions.php file (or the Custom Functions option in Dynamik Website Builder, Prose Child Theme or the Genesis Extender Plugin) to enable the HTML5 markup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Enable HTML5 markup | |
add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list' ) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment