From: Laury GvR Date: Wed, 10 Feb 2016 15:46:34 +0000 (-0500) Subject: Fixed featured function grabbing ID, moved container div into function X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=63abcb3ebeff26a0adb89c6f4b13e1131abe8b2c;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git Fixed featured function grabbing ID, moved container div into function --- diff --git a/archive.php b/archive.php index 34149b0..8ac969b 100644 --- a/archive.php +++ b/archive.php @@ -1,5 +1,5 @@ - +
'; + $image_data = wp_get_attachment_image_src($post_id, "full"); + $imageUrl = ''; } else { - $imageUrl = ''; + $imageUrl = ''; } return $imageUrl; } diff --git a/home.php b/home.php index c7cde60..61e4802 100644 --- a/home.php +++ b/home.php @@ -1,7 +1,5 @@ - +
- +
- +
diff --git a/single.php b/single.php index 17e2231..5dda1b3 100644 --- a/single.php +++ b/single.php @@ -1,7 +1,5 @@ - +