No longer display categories in blog sidebar (client request)
authorLaury GvR <laury@gaslightmedia.com>
Wed, 6 Nov 2019 18:12:40 +0000 (13:12 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 6 Nov 2019 18:12:40 +0000 (13:12 -0500)
header.php
parts/blog-sidebar-r.php
style.css

index bf8af21..4666ecd 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <meta name="p:domain_verify" content="ed813ce745ca277b7926cc90bc61d568" />
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.4">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.5">
     <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
     <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap" rel="stylesheet">
index c051ab4..cfd2966 100644 (file)
                 </ul>
                 <p>Archive</p>
                 <ul><?php wp_get_archives( array( 'type' => 'monthly', 'limit' => 12 ) ); ?></ul>
-                <p>Categories</p>
-                <ul>
+                <!-- <p>Categories</p> -->
+                <!-- <ul> -->
                     <?php
-                    $args = array(
-                    'orderby' => 'name',
-                    'order' => 'ASC'
-                    );
-                  $categories = get_categories($args);
-                    foreach($categories as $category) {
-                      echo '<li><a href="' . get_category_link( $category->term_id ) . '" title="' . sprintf( __( "View all posts in %s" ), $category->name ) . '" ' . '>' . $category->name.'</a> </li> ';  }
+                  //   $args = array(
+                  //   'orderby' => 'name',
+                  //   'order' => 'ASC'
+                  //   );
+                  // $categories = get_categories($args);
+                  //   foreach($categories as $category) {
+                  //     echo '<li><a href="' . get_category_link( $category->term_id ) . '" title="' . sprintf( __( "View all posts in %s" ), $category->name ) . '" ' . '>' . $category->name.'</a> </li> ';  }
                     ?>
-                </ul>
+                <!-- </ul> -->
             </div>
         </div>
\ No newline at end of file
index 21d1598..f5205a7 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: PetoskeyArea
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for PetoskeyArea
-Version: 1.1.4
+Version: 1.1.5
 */