diff --git a/.travis.yml b/.travis.yml index f9308d57f..1aafb9ffc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -108,4 +108,4 @@ script: # Receive notifications for build results. # @link http://docs.travis-ci.com/user/notifications/#Email-notifications notifications: - email: false \ No newline at end of file + email: false diff --git a/functions.php b/functions.php index 36c2f657f..19d28bf81 100755 --- a/functions.php +++ b/functions.php @@ -42,9 +42,6 @@ /** Add theme support */ require_once( 'library/theme-support.php' ); -/** Add Header image */ -require_once( 'library/custom-header.php' ); - /** Add Nav Options to Customer */ require_once( 'library/custom-nav.php' ); diff --git a/library/custom-header.php b/library/custom-header.php deleted file mode 100755 index 54f2eb506..000000000 --- a/library/custom-header.php +++ /dev/null @@ -1,22 +0,0 @@ - '', - 'width' => 0, - 'height' => 0, - 'flex-width' => false, - 'flex-height' => false, - 'uploads' => true, - 'random-default' => false, - 'header-text' => false, - 'default-text-color' => '', - 'wp-head' => '', - 'admin-head-callback' => '', - 'admin-preview-callback' => '', -); - - add_theme_support( 'custom-header', $defaults ); - - ?> \ No newline at end of file diff --git a/parts/featured-image.php b/parts/featured-image.php index 0f45d14c6..9f81c36ef 100755 --- a/parts/featured-image.php +++ b/parts/featured-image.php @@ -3,11 +3,6 @@ if ( has_post_thumbnail( $post->ID ) ) : $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' ); $image = $image[0]; - echo '