projects
/
WP-Themes
/
wmta.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d39567
)
including the events detail page to have the featured events widget
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 13 Feb 2018 19:58:43 +0000
(14:58 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 13 Feb 2018 19:58:43 +0000
(14:58 -0500)
adding the featured events widget to the event detail page sidebar
sidebar-page.php
patch
|
blob
|
history
diff --git
a/sidebar-page.php
b/sidebar-page.php
index
e0a4a83
..
b191d4e
100644
(file)
--- a/
sidebar-page.php
+++ b/
sidebar-page.php
@@
-44,7
+44,7
@@
if ( ! is_active_sidebar( 'sidebar-2' ) ) {
<?php endif; ?>
<?php // Sidebar for Events page only
- if ( is_page('events') ) : ?>
+ if ( is_page('events')
|| is_page('event-detail')
) : ?>
<?php if ( !dynamic_sidebar('sidebar-3') ) : ?><?php endif ; ?>