Allow link to show on homepage blog feed
authorLaury GvR <laury@gaslightmedia.com>
Wed, 3 Jul 2019 20:35:04 +0000 (16:35 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 3 Jul 2019 20:35:04 +0000 (16:35 -0400)
parts/blog-feed-front.php

index 8b01920..6794939 100644 (file)
@@ -7,7 +7,7 @@
             <div class="small-12 columns home-feed-post-content">
                 <h6 style="" class="title-posts" href="<?php the_permalink(); ?> "><a style="font-size: 18px;" href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h6>
                 <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'); ?>
+                    <?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 style="" href="<?php echo the_permalink(); ?>" class="post-link">Read More</a>