From: Anthony Talarico Date: Thu, 4 May 2017 13:21:45 +0000 (-0400) Subject: fixed excerpt not containing url on the front page feed X-Git-Tag: v1.0.0^2~29 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5d80ff7501631e01c82a7256ef389050b0b85e17;p=WP-Themes%2Fgreatlakescfa.git fixed excerpt not containing url on the front page feed had to add wp_reset_query to allow the ACF data to display and to fix the issues with the excerpt not getting the url to the post --- diff --git a/parts/blog-feed-front.php b/parts/blog-feed-front.php index 1c527ae..b0ee767 100644 --- a/parts/blog-feed-front.php +++ b/parts/blog-feed-front.php @@ -3,16 +3,16 @@ +foreach($lastposts as $post) : setup_postdata($post); ?>
- ID )) { ?> - ID, 'glm-block-image', array('class' => 'blog-excerpt-img-wrap')); ?> + ID )) { ?> + ID, 'glm-block-image', array('class' => 'blog-excerpt-img-wrap')); ?>
-
+
@@ -20,4 +20,5 @@ foreach($lastposts as $posts) : setup_postdata($posts); ?>
+