Remove top part for event page
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 12 Nov 2015 20:48:36 +0000 (15:48 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 12 Nov 2015 20:48:36 +0000 (15:48 -0500)
Event page should show the side nav like the other pages.

page.php

index 4718d49..027d1a1 100644 (file)
--- a/page.php
+++ b/page.php
@@ -1,12 +1,12 @@
 <?php get_header(); ?>
                 <main class="page-inside">
                     <div class="row" data-equalizer>
-                        <?php if ( is_page('event-calendar') ) { ?>
-                            <div id="content-bulk" class="small-12 medium-10 medium-centered columns">
-                        <?php } else { ?>
+                        <?php //if ( is_page('event-calendar') ) { ?>
+                        <?php //<div id="content-bulk" class="small-12 medium-10 medium-centered columns">?>
+                        <?php //} else { ?>
                             <?php get_sidebar();?>
                             <div id="content-bulk" class="small-12 large-9 columns" data-equalizer-watch>
-                        <?php } ?>
+                        <?php //} ?>
                             <div id="con" class="row">
                                 <div class="small-12 columns">
                                     <?php get_template_part('parts/bread-crumbs');?>