From 954705cf9bddf11e92a38e5e84f6e84d91ca59d6 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 1 Dec 2014 14:38:17 -0500 Subject: [PATCH] Blog link. --- header.php | 2 +- page-343.php | 2 +- page.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/header.php b/header.php index 79ca474..484c6cf 100644 --- a/header.php +++ b/header.php @@ -28,7 +28,7 @@
- +
diff --git a/page-343.php b/page-343.php index 4c7be17..63ee37f 100644 --- a/page-343.php +++ b/page-343.php @@ -9,7 +9,7 @@ echo ' style="background: url('.$image_data[0].'); min-height: '.$image_data[2].'px;max-height: 400px; "'; } else { - echo ' style="display:none;"'; + echo ' style="background: url('.get_template_directory_uri().'/assets/header_img.jpg)"'; } ?> > diff --git a/page.php b/page.php index ee392bf..c900978 100644 --- a/page.php +++ b/page.php @@ -9,7 +9,7 @@ echo ' style="background: url('.$image_data[0].'); min-height: '.$image_data[2].'px;max-height: 400px; "'; } else { - echo ' style="display:none;"'; + echo ' style="background: url('.get_template_directory_uri().'/assets/header_img.jpg)"'; } ?> > -- 2.17.1