changing the epicenter news page id to get the right sidebar
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 9 Nov 2018 16:56:07 +0000 (11:56 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 9 Nov 2018 16:56:07 +0000 (11:56 -0500)
header.php
rssfeed.php
style.css

index b110246..ecf6576 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.2.36">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.41">
       <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='//fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
index 3191ab8..55a2fd6 100644 (file)
@@ -44,7 +44,7 @@ global $post;
             <?php wp_reset_query(); ?>
         </div>
         <?php 
-            if($post->ID == 9870) :
+            if($post->ID == 12465) :
                 get_template_part('parts/blog-sidebar-rss'); 
             else  : 
                 get_template_part('parts/blog-sidebar-r'); 
index 9d12a70..654434e 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: MountPleasantCVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for MountPleasantCVB
-Version: 1.2.38
+Version: 1.2.41
 */