Lego2012
1/24/2017 - 9:37 PM

Add HTML5 markup structure

Add HTML5 markup structure

<?php
// Code goes in child theme’s functions.php.
// Add HTML5 markup structure
add_theme_support( 'html5', array( 'caption', 'comment-form', 'comment-list', 'gallery', 'search-form' ) );