Remove divs from front blog feed excerpts
authorLaury GvR <laury@gaslightmedia.com>
Thu, 30 Jul 2015 19:18:26 +0000 (15:18 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 30 Jul 2015 19:18:26 +0000 (15:18 -0400)
parts/blog-feed-front.php

index e4a788a..a6a75e0 100644 (file)
@@ -18,8 +18,7 @@
                         <?php } ?>
                         <h1><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1>
                         <p id="date" class="italic"><?php echo get_the_date('F j, Y', $post->ID); ?></p>
-                        
-                        <p><?php echo the_advanced_excerpt('length=200&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,p,strong'); ?></p>
+                        <p><?php echo the_advanced_excerpt('length=200&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,p,strong,div'); ?></p>
                         </div>
                     </div>
                 <?php endforeach; ?>