From 5cff85584bf5c2939e7dfcae575f45aefbd8cc8d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 13 Feb 2018 14:58:43 -0500 Subject: [PATCH] including the events detail page to have the featured events widget adding the featured events widget to the event detail page sidebar --- sidebar-page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidebar-page.php b/sidebar-page.php index e0a4a83..b191d4e 100644 --- a/sidebar-page.php +++ b/sidebar-page.php @@ -44,7 +44,7 @@ if ( ! is_active_sidebar( 'sidebar-2' ) ) { + if ( is_page('events') || is_page('event-detail')) : ?> -- 2.17.1