linking the sign up for enews page to the button
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 Jan 2018 21:40:21 +0000 (16:40 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 Jan 2018 21:40:21 +0000 (16:40 -0500)
linking the enews button to the page

parts/action-items.php

index 5c647b3..06d07d9 100644 (file)
@@ -8,7 +8,7 @@
         </div>
         <div class="small-12 medium-6 columns enews-logo-column">
             <div class="action-item-image">
-                <a href="" class="action-item-link">
+                <a href="<?php echo get_permalink(348); ?>" class="action-item-link">
                     <img src="<?php echo get_template_directory_uri() . '/assets/enews.png'; ?>" alt="e-news sign up"> 
                 </a>    
             </div>