From 21d722f4ce1306e0e6e400e133fb4e0f602d9d39 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 13 Jan 2015 13:26:53 -0500 Subject: [PATCH] Featured image header of page --- page.php | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/page.php b/page.php index d54989b..216fc92 100755 --- a/page.php +++ b/page.php @@ -1,7 +1,18 @@
- +
ID), "full"); + echo ' style="background: url('.$image_data[0].'); min-height: '.$image_data[2].'px;max-height: 400px; "'; + } + else { + echo ' style="display: none;"'; + } + ?> + > +
-- 2.17.1