<div class="small-12 medium-9 columns home-feed-post-content">
<?php } else { ?>
<div class="small-12 columns home-feed-post-content">
- <?php } ?>
+ <?php } ?>
<h2 class="title-posts"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<span class="meta date"><?php the_time('F j, Y') ?></span>
- <div class="excerpt<?php echo $count ?>"><?php echo the_advanced_excerpt('length=265&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,img,p,strong,h1,h2,h3,hr,div'); ?></div>
+ <div class="excerpt<?php echo $count ?>"><?php echo the_advanced_excerpt('length=265&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,p,strong,h1,h2,h3,hr,div'); ?></div>
</div>
</div>
</div>
<?php $count++; ?>
<?php endforeach; ?>
-</div>
\ No newline at end of file
+</div>
<?php endif; ?>
<span class="meta date">Posted on <?php the_time('F jS, Y') ?></span>
</header>
- <?php the_advanced_excerpt('length=250&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,img,p,div,h1,h2,h3,h4,h5,h6'); ?>
- </article>
\ No newline at end of file
+ <?php the_advanced_excerpt('length=250&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=a,p,div,h1,h2,h3,h4,h5,h6'); ?>
+ </article>