From 63abcb3ebeff26a0adb89c6f4b13e1131abe8b2c Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 10 Feb 2016 10:46:34 -0500 Subject: [PATCH] Fixed featured function grabbing ID, moved container div into function --- archive.php | 2 +- functions.php | 6 +++--- home.php | 4 +--- index.php | 4 +--- search.php | 4 +--- single.php | 4 +--- 6 files changed, 8 insertions(+), 16 deletions(-) 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 @@ - +
-- 2.17.1