fixing blog category ids for the epicenter post sidebar
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 9 Nov 2018 18:14:54 +0000 (13:14 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 9 Nov 2018 18:14:54 +0000 (13:14 -0500)
header.php
parts/blog-sidebar-rss.php
single.php
style.css

index ecf6576..7f72ddb 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.41">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.42">
       <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 4c667eb..631b3a1 100644 (file)
@@ -11,7 +11,7 @@
                 <?php
                     $args = array(
                         'posts_per_page'   => 5,
-                        'category'         => '53',
+                        'category'         => '70',
                         'orderby'          => 'date',
                         'order'            => 'DESC',
                         'post_type'        => 'post',
index b861d04..1ae2cb5 100644 (file)
@@ -1,7 +1,7 @@
 <?php 
 global $post; 
 $categories = get_the_category($post->ID);
-$isEpicenter = has_category(53, $post->ID);
+$isEpicenter = has_category(70, $post->ID);
 ?>
 <?php get_header(); ?>
     <main class="blog-single">
index 654434e..44796cc 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.41
+Version: 1.2.42
 */