Minor fix to apply previous commit to potential inside page blog feeds as well
authorLaury GvR <laury@gaslightmedia.com>
Fri, 21 Aug 2015 19:35:29 +0000 (15:35 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 21 Aug 2015 19:35:29 +0000 (15:35 -0400)
parts/blog-feed-inside.php

index 041d816..b8a93f3 100644 (file)
@@ -21,7 +21,7 @@
                         <?php } else { ?>
                             <div class="small-12 columns blog-feed-content">
                         <?php } ?>
-                        <p><?php echo the_advanced_excerpt('length=200&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,p,strong,div'); ?></p>
+                        <p><?php echo the_advanced_excerpt('length=200&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,strong,div'); ?></p>
                         <!--the_advanced_excerpt('length=200&length_type=words&no_custom=1&ellipsis=%26hellip;');-->
                         <!-- This could be wrapped in php tags and be functional,
                                 but it is easier to change this in admin side-->