added tag box back
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 23 Dec 2015 15:03:24 +0000 (10:03 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 23 Dec 2015 15:03:24 +0000 (10:03 -0500)
page.php

index 1674899..41cd904 100644 (file)
--- a/page.php
+++ b/page.php
                 <div id="page-title">
                     <h1><a href="<?php echo get_permalink(510) ?>"> <?php echo get_the_title(); ?></a></h1>
                 </div>
-               
-<!--
-                <button id="list"type="button">list</button> 
-                <button id="grid" type="button">Grid</button> 
--->
-                <div id="main-content" class="small-12 columns">   
+   <div id="main-content" class="small-12 columns">   
                                  
                         <?php if(have_posts()) : while(have_posts()): the_post();?>
                         <?php the_content();?>
                         <p><?php _e('Sorry, no results found.');?></p>
                    
                         <?php endif;?>
-<!--                    <?php //get_template_part('parts/sidebar-l'); ?>  -->
-               
+                    <?php get_template_part('parts/sidebar-l'); ?>  
                 </div>
-            
             </div>
-            
         </div>
-      
         <?php } ?> <!-- end kitchensink check - delete me before going live -->
 <?php get_footer(); ?>