removing sidebar for the employment application page
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 8 Feb 2017 18:51:12 +0000 (13:51 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 8 Feb 2017 18:51:12 +0000 (13:51 -0500)
page.php

index 250e6d8..13ef7c4 100644 (file)
--- a/page.php
+++ b/page.php
@@ -1,7 +1,9 @@
 <?php get_header(); ?>
     <main class="page-inside">
         <div class="row">
-         <?php get_sidebar(); ?>
+        <?php if( !is_page(889) ) { ?> 
+             <?php get_sidebar(); ?>
+           <?php } ?>   
            <?php if( is_page(889) ) { ?> 
                 <div class="small-12 medium-8 large-9 columns">
             <?php } else { ?>