Hide the Popular Tags
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 21 Feb 2018 17:38:03 +0000 (12:38 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 21 Feb 2018 17:38:03 +0000 (12:38 -0500)
Hide the Popular Tag section from showing.

sidebar.php
style.css

index c7e3baf..84ae62f 100644 (file)
@@ -55,7 +55,8 @@ if ( ! is_active_sidebar( 'sidebar-1' ) ) {
        </section>
 
        <?php dynamic_sidebar( 'sidebar-1' ); ?>
-        <?php if ( is_blog() ) { ?>
+        <?php // Hiding the tag section ?>
+        <?php if ( is_blog() && false ) { ?>
             <?php
                 global $wpdb;
                 $term_ids = $wpdb->get_col("
index bad56d8..71fe0e4 100644 (file)
--- a/style.css
+++ b/style.css
@@ -4,7 +4,7 @@ Theme URI: http://underscores.me/
 Author: Underscores.me
 Author URI: http://underscores.me/
 Description: Description
-Version: 1.0.7
+Version: 1.0.8
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: wmta