This commit is contained in:
2018-07-24 18:52:51 -05:00
parent b78029b4ca
commit a2d5a31607
16 changed files with 155 additions and 28 deletions

View File

@@ -20,6 +20,7 @@ if (function_exists('add_theme_support')) {
'header-text' => true,
);
add_theme_support( 'custom-header', $customHeaderArgs );
add_theme_support( 'html5', array( 'search-form' ) );
}
function ildi_nav($location='header-menu') {