projects
/
WP-Themes
/
petoskeyarea.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daa6608
)
Show interior sidebar for Media page tree instead of Story Tips page tree
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 17 Oct 2019 13:45:50 +0000
(09:45 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 17 Oct 2019 13:45:50 +0000
(09:45 -0400)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
20f0181
..
caf118f
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-32,7
+32,7
@@
}
?>
<div class="<?php echo $contentRowClasses; ?>">
- <?php if ( is_page(154) || is_page(
156) || is_in_tree(154) || is_in_tree(156
)){ ?>
+ <?php if ( is_page(154) || is_page(
3847) || is_in_tree(154) || is_in_tree(3847
)){ ?>
<div id="side-bar-nav" class="large-2 columns show-for-large-up">
<?php get_sidebar(); ?>
</div>