From: Laury GvR Date: Fri, 2 Feb 2018 17:37:46 +0000 (-0500) Subject: Only show Popular Tags if there are any tags to show X-Git-Tag: v1.0.0^2~35 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=402caac7f96c405e98179561232d236e0fff2b9e;p=WP-Themes%2Fwmta.git Only show Popular Tags if there are any tags to show Sidebar for news pages has a Popular Tags section which shows any tags of posts posted in the last 30 days. If there are no tags, the section would still show. This has been changed to only show the section if there are any tags. --- diff --git a/sidebar.php b/sidebar.php index 8b3566b..e98da3e 100644 --- a/sidebar.php +++ b/sidebar.php @@ -14,76 +14,78 @@ if ( ! is_active_sidebar( 'sidebar-1' ) ) {