Link footer newsletter link to newsletter page
authorLaury GvR <laury@gaslightmedia.com>
Fri, 13 Sep 2019 19:25:20 +0000 (15:25 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 13 Sep 2019 19:25:20 +0000 (15:25 -0400)
footer.php
header.php
style.css

index e070b72..94982ed 100644 (file)
@@ -15,7 +15,7 @@
                                     <a class="instagram footer-social-link" target="_blank" href="https://www.instagram.com/kahaleakeola/"></a>
                                 </div>
                                 <div id="footer-enewsletter" class="">
-                                    <a class="enewsletter" href="https://khako.dm.networkforgood.com/forms/newsletter-sign-up" target="_blank"><img alt="newsletter icon" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/enewsletter-icon.png"></a>
+                                    <a class="enewsletter" href="<?php echo get_permalink(123);?>" target="_blank"><img alt="newsletter icon" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/enewsletter-icon.png"></a>
                                 </div>
                             </div>
                         </div>
index 0cf54ea..ee428ab 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.png">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.9">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.11">
     <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Fondamento" rel="stylesheet">
     <?php wp_head(); ?>
index 9bcd2ee..9ce6f0b 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Ka Hale A Ke Ola
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Ka Hale A Ke Ola
-Version: 1.0.10
+Version: 1.0.11
 */