increasing front page posts excerpt length
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 23 Aug 2018 17:12:03 +0000 (13:12 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 23 Aug 2018 17:12:03 +0000 (13:12 -0400)
parts/blog-feed-front.php

index 661919a..730ed8e 100644 (file)
@@ -30,7 +30,7 @@
                         <div class="front-page-post-content-container overlay">
                             <h2 class="title-posts"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
                         
-                            <div class="excerpt<?php echo $count ?>"><?php echo the_advanced_excerpt('length=100&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,img,p,strong,h1,h2,h3,hr,div'); ?>
+                            <div class="excerpt<?php echo $count ?>"><?php echo the_advanced_excerpt('length=220&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,img,p,strong,h1,h2,h3,hr,div'); ?>
                             <div class="read-more">
                                 <!-- <a class="read-more-link" href="<?php echo get_permalink($post->ID); ?>">Read More</a> -->
                             </div>