added link to product title
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 22 Dec 2015 19:02:07 +0000 (14:02 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 22 Dec 2015 19:02:07 +0000 (14:02 -0500)
page.php

index 7882e2b..2a75c28 100644 (file)
--- a/page.php
+++ b/page.php
@@ -15,7 +15,7 @@
             <div class="row">
                 <?php echo glm_get_header(); ?>
                 <div id="page-title">
-                    <h1><?php echo get_the_title(); ?></h1>
+                    <h1><a href="<?php echo get_permalink(510) ?>"> <?php echo get_the_title(); ?></a></h1>
                 </div>
                
 <!--