Comment out enews graphic in sidebar
authorLaury GvR <laury@gaslightmedia.com>
Thu, 20 Jun 2019 21:02:33 +0000 (17:02 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 20 Jun 2019 21:02:33 +0000 (17:02 -0400)
header.php
index.php
style.css

index 6f7690b..04cc725 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">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.20">
     <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 9553adc..a877200 100644 (file)
--- a/index.php
+++ b/index.php
@@ -24,7 +24,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 763c4b7..da7e26c 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.19
+Version: 1.0.20
 */