Fixed the link, it was just returning the current url
authorLaury GvR <laury@gaslightmedia.com>
Mon, 12 Sep 2016 15:19:14 +0000 (11:19 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 12 Sep 2016 15:19:14 +0000 (11:19 -0400)
front-page.php

index 7ca0ef2..da23d45 100644 (file)
@@ -28,7 +28,7 @@
         </div>
         <div class="row">
             <div id="main-content" class="small-12 medium-8 columns">
-                <a href="<?php echo get_home_url(); ?>"><h1>Our Blog</h1></a>
+                <a href="<?php echo get_permalink(get_option( 'page_for_posts' )); ?>"><h1>Our Blog</h1></a>
                 <?php
                 get_template_part('parts/blog-feed-front');
                 ?>