Remove enews graphic from every page template it's on
authorLaury GvR <laury@gaslightmedia.com>
Thu, 20 Jun 2019 21:07:38 +0000 (17:07 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 20 Jun 2019 21:07:38 +0000 (17:07 -0400)
archive.php
front-page.php
header.php
home.php
page.php
parts/off-canvas-menu.php
single.php
style.css

index 6dfac03..16e265a 100644 (file)
@@ -54,7 +54,7 @@
                     <a class="magnifying-glass" href="#"></a>
                 </form>
             </div>
-            <a href="<?php echo get_permalink(92);?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/enews.png"></a>
+            <!-- <a href="<?php //echo get_permalink(92);?>"><img src="<?php //echo get_template_directory_uri(); ?>/assets/enews.png"></a> -->
             <div class="shadow-wrapper">
                 <div class="content-wrapper">
                 <p>Recent Posts</p>
index 9dfa430..cba8bc4 100644 (file)
@@ -27,7 +27,7 @@
                     <a class="magnifying-glass" href="#"></a>
                 </form>
             </div>
-            <a href="<?php echo get_permalink(92);?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/enews.png"></a>
+            <!-- <a href="<?php //echo get_permalink(92);?>"><img src="<?php //echo get_template_directory_uri(); ?>/assets/enews.png"></a> -->
             <?php get_sidebar(); ?>
         </div>
     </div>
index 04cc725..74a7afa 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.20">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.21">
     <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
     <link href='//fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
     <link href='//fonts.googleapis.com/css?family=Josefin+Sans:400,700' rel='stylesheet' type='text/css'>
index 97e3901..2de8e80 100644 (file)
--- a/home.php
+++ b/home.php
@@ -39,7 +39,7 @@
                     <a class="magnifying-glass" href="#"></a>
                 </form>
             </div>
-            <a href="<?php echo get_permalink(92);?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/enews.png"></a>
+            <!-- <a href="<?php //echo get_permalink(92);?>"><img src="<?php //echo get_template_directory_uri(); ?>/assets/enews.png"></a> -->
             <div class="shadow-wrapper">
                 <div class="content-wrapper">
                     <p>Recent Posts</p>
index 355329d..502da1a 100644 (file)
--- a/page.php
+++ b/page.php
@@ -28,7 +28,7 @@
                     <a class="magnifying-glass" href="#"></a>
                 </form>
             </div>
-            <a href="<?php echo get_permalink(92);?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/enews.png"></a>
+            <!-- <a href="<?php //echo get_permalink(92);?>"><img src="<?php //echo get_template_directory_uri(); ?>/assets/enews.png"></a> -->
             <?php get_sidebar(); ?>
         </div>
     </div>
index f5220dc..20740bd 100644 (file)
@@ -4,7 +4,7 @@
         <input name="s" type="search" placeholder="Search the site">
         <a class="magnifying-glass" href="#"></a>
     </form>
-    <a href="<?php echo get_permalink(92);?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/enews.png"></a>
+    <!-- <a href="<?php //echo get_permalink(92);?>"><img src="<?php //echo get_template_directory_uri(); ?>/assets/enews.png"></a> -->
     <ul id="address">
         <li>2433 Pennsylvania Ave.</li>
         <li>Wequetonsing, MI 49740</li>
index b70bc02..5d5a60f 100644 (file)
@@ -59,7 +59,7 @@
                     <a class="magnifying-glass" href="#"></a>
                 </form>
             </div>
-            <a href="<?php echo get_permalink(92);?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/enews.png"></a>
+            <!-- <a href="<?php //echo get_permalink(92);?>"><img src="<?php //echo get_template_directory_uri(); ?>/assets/enews.png"></a> -->
             <div class="shadow-wrapper">
                 <div class="content-wrapper">
                     <p>Recent Posts</p>
index da7e26c..759528d 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: WequetonsingAssociation
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for WequetonsingAssociation
-Version: 1.0.20
+Version: 1.0.21
 */