Also allow blocks to display anchors in their excerpts
authorLaury GvR <laury@gaslightmedia.com>
Wed, 3 Jul 2019 20:49:58 +0000 (16:49 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 3 Jul 2019 20:49:58 +0000 (16:49 -0400)
parts/glm-blocks.php

index 7292154..3559407 100644 (file)
@@ -10,7 +10,7 @@
 
                         <div class="small-12 columns home-feed-post-content">
                             <h2 style="font-size: 22px;" class="title-posts" href="<?php the_permalink(); ?>"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
-                            <div class="post-excerpt excerpt<?php echo $count ?>"><?php echo the_advanced_excerpt('length=25&length_type=words&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,img,p,strong,h1,h2,h3,hr,div'); ?>
+                            <div class="post-excerpt excerpt<?php echo $count ?>"><?php echo the_advanced_excerpt('length=25&length_type=words&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,p,strong,h1,h2,h3,hr,div'); ?>
                             </div>
                             <div class="read-more">
                                 <a href="<?php echo the_permalink(); ?>" class="post-link">Learn More</a>