From: Laury GvR Date: Tue, 13 Jan 2015 18:26:53 +0000 (-0500) Subject: Featured image header of page X-Git-Tag: v1.0.0~81 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=21d722f4ce1306e0e6e400e133fb4e0f602d9d39;p=WP-Themes%2FRecycleEmmet.git Featured image header of page --- 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;"'; + } + ?> + > +