<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(); ?>