Template fixed
authorIan Weller <ian@gaslightmedia.com>
Thu, 15 Sep 2016 15:15:53 +0000 (11:15 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 15 Sep 2016 15:15:53 +0000 (11:15 -0400)
I got the template working.  Now I need to style it.

sections/interior-page.php

index c9ed630..99c4d3d 100644 (file)
               <?php if (get_page_template_slug( $post->ID ) == "page-chamber") { ?>
                    
                     <?php $index_template = false; ?>
-                    <main class="page-inside">
-                        <div class="row">
+                    <div class="row">
                             <div class="small-12 medium-4 large-3 columns">
-                                get_template_part('parts/chamber-sidebar-left')
+                                <?php get_template_part('parts/chamber-sidebar-left'); ?>
                             </div>    
                             <div class="small-12 medium-8 large-9 columns">
-                                get_template_part('parts/main-content')
+                                <?php get_template_part('parts/main-content'); ?>
                             </div>
-                        </div>
-                    </main>
+                    </div>
                    
             <!-- check for chamber page template -->
             <?php } else { ?>