<?php } else { ?>
<div class="small-12 columns blog-feed-text">
<?php } ?>
- <h2><a class="read" href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
+ <h2><a class="entry-title" href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<span class="meta"> Posted on <strong><?php the_time('F jS, Y'); ?></strong> </span>
<p><?php echo the_advanced_excerpt('length=200&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,p,strong'); ?></p>
</div>