<div class="row">
<div class="small-12 columns">
<article id="<?php the_ID()?>" <?php post_class()?>>
- <h2 class="entry-title"><?php the_title();?></h2>
+ <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2>
<?php echo the_advanced_excerpt(); ?>
<hr>
<div class="blog-excerpt-date">
<div class="row">
<div class="small-12 columns">
<article id="<?php the_ID()?>" <?php post_class()?>>
- <h2 class="entry-title"><?php the_title();?></h2>
+ <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2>
<?php echo the_advanced_excerpt(); ?>
<hr>
<div class="blog-excerpt-date">