From 31a9e90437ace37e11a23a9f3f26126d49844031 Mon Sep 17 00:00:00 2001 From: Sami Keijonen Date: Sat, 26 Nov 2016 19:26:12 +0200 Subject: [PATCH 1/2] Remove link around header image. --- inc/custom-header.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/inc/custom-header.php b/inc/custom-header.php index cfa68f8..c5ee2ea 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -5,9 +5,7 @@ * You can add an optional custom header image to header.php like so ... * - - - + * * @link https://developer.wordpress.org/themes/functionality/custom-headers/ From 2370c596765c263c26de3a12f1636dc4d09ac528 Mon Sep 17 00:00:00 2001 From: Sami Keijonen Date: Sun, 27 Nov 2016 12:57:24 +0200 Subject: [PATCH 2/2] Use the_header_image_tag() function. --- inc/custom-header.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/inc/custom-header.php b/inc/custom-header.php index c5ee2ea..0f10f1d 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -4,9 +4,7 @@ * * You can add an optional custom header image to header.php like so ... * - - - + * * @link https://developer.wordpress.org/themes/functionality/custom-headers/ *