Remove data-equalizer from blog feed front to let them show
authorLaury GvR <laury@gaslightmedia.com>
Wed, 15 Aug 2018 22:38:50 +0000 (18:38 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 15 Aug 2018 22:38:50 +0000 (18:38 -0400)
parts/blog-feed-front.php

index 2924121..754a730 100644 (file)
@@ -2,9 +2,9 @@
 <div id="home-feed-posts" class="animated home-feed-posts">
     <?php $lastposts = get_posts( $args ); 
     $count = 0; ?>
-    <div class="row fullWidth" data-equalizer>
+    <div class="row fullWidth">
     <?php foreach($lastposts as $post) : setup_postdata($post); ?>
-        <div class="home-feed-post small-12 large-4 columns" data-equalizer-watch data-url="<?php the_permalink(); ?>">
+        <div class="home-feed-post small-12 large-4 columns" data-url="<?php the_permalink(); ?>">
             <div class="row collapse blog-home-inner-row">
                 <?php if (has_post_thumbnail( $post->ID )) { ?>
                     <?php $url = get_the_post_thumbnail_url($post->ID, array(600,400)); ?>