Show interior sidebar for Media page tree instead of Story Tips page tree
authorLaury GvR <laury@gaslightmedia.com>
Thu, 17 Oct 2019 13:45:50 +0000 (09:45 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 17 Oct 2019 13:45:50 +0000 (09:45 -0400)
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>