diff --git a/functions.php b/functions.php index e86226c..3af5968 100644 --- a/functions.php +++ b/functions.php @@ -47,21 +47,6 @@ function roots_setup() { // http://codex.wordpress.org/Post_Formats // add_theme_support('post-formats', array('aside', 'gallery', 'link', 'image', 'quote', 'status', 'video', 'audio', 'chat')); - // http://codex.wordpress.org/Function_Reference/add_custom_image_header - if (!defined('HEADER_TEXTCOLOR')) { define('HEADER_TEXTCOLOR', ''); } - if (!defined('NO_HEADER_TEXT')) { define('NO_HEADER_TEXT', true); } - if (!defined('HEADER_IMAGE')) { define('HEADER_IMAGE', get_template_directory_uri() . '/img/logo.png'); } - if (!defined('HEADER_IMAGE_WIDTH')) { define('HEADER_IMAGE_WIDTH', 300); } - if (!defined('HEADER_IMAGE_HEIGHT')) { define('HEADER_IMAGE_HEIGHT', 75); } - - function roots_custom_image_header_site() { } - function roots_custom_image_header_admin() { ?> - - __('Primary Navigation', 'roots'), diff --git a/header.php b/header.php index 311440a..ae29e86 100644 --- a/header.php +++ b/header.php @@ -33,7 +33,7 @@