changing the is_in_tree post id check to 22 which is the owner's login page
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 8 Oct 2018 15:20:30 +0000 (11:20 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 8 Oct 2018 15:20:30 +0000 (11:20 -0400)
index.php

index 1c9a027..0da44db 100644 (file)
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
 <html class="no-js" lang="en">
     <?php get_template_part("parts/header-meta"); ?>
     <?php $index_template = true;?>
-    <?php $class = (is_in_tree(469) ) ? 'top-links' : 'no-top-links'; ?>
+    <?php $class = (is_in_tree(22) ) ? 'top-links' : 'no-top-links'; ?>
 
     <body>
         <div class="off-canvas-wrap" data-offcanvas>
@@ -10,7 +10,7 @@
                 <div id="page-wrapper">
                     <?php
                     global $post;
-                    if(is_in_tree(469) ){ ?>
+                    if(is_in_tree(22) ){ ?>
                         <div class="top-links-container row">
                             <div class="small-12 large-5 columns header-top-links">
                                 <?php echo glm_theme_header_links('top-links'); ?>