Hyperlinks also added to index and home pages.
authorLaury GvR <laury@gaslightmedia.com>
Wed, 29 Apr 2015 14:00:16 +0000 (10:00 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 29 Apr 2015 14:00:16 +0000 (10:00 -0400)
home.php
index.php

index 1f1e6ba..74961c8 100644 (file)
--- a/home.php
+++ b/home.php
@@ -51,7 +51,7 @@
                                     <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">
index fe10aa3..ded6a3c 100644 (file)
--- a/index.php
+++ b/index.php
@@ -51,7 +51,7 @@
                                     <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">