From 402caac7f96c405e98179561232d236e0fff2b9e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 2 Feb 2018 12:37:46 -0500 Subject: [PATCH] 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. --- sidebar.php | 92 +++++++++++++++++++++++++++-------------------------- 1 file changed, 47 insertions(+), 45 deletions(-) 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' ) ) {