diff --git a/functions.php b/functions.php index 429abdc..cc33e18 100644 --- a/functions.php +++ b/functions.php @@ -1,7 +1,7 @@ get_template_directory_uri() . '/images/default-header.png', + 'width' => 1800, + 'height' => 260, + 'flex-height' => true, + 'flex-width' => true, + 'uploads' => true, + 'header-text' => true, + ); + add_theme_support( 'custom-header', $customHeaderArgs ); } function ildi_nav($location='header-menu') { diff --git a/globalHead.php b/globalHead.php index 655f286..6a6bb70 100644 --- a/globalHead.php +++ b/globalHead.php @@ -1,13 +1,11 @@
-
- - Destination Imaginaiton Illinois - -
+ + <?php echo get_custom_header()->text; ?> + - +
diff --git a/images/default-header.jpg b/images/default-header.jpg new file mode 100644 index 0000000..09681d2 Binary files /dev/null and b/images/default-header.jpg differ