<?php echo do_shortcode('[metaslider id=208]'); ?>
<?php echo do_shortcode('[metaslider id=168]'); ?>
</div>
- <h3>Tom's Mom's Cookies</h3>
- <p>For 30 years, we have been baking award-winning cookies using the same recipe, in the same small resort town in northern Michigan. Our chocolate chunks are hand-cut from 10 lb. bars of creamy semi-sweet chocolate and we use only the finest pecans, walnuts, almonds, macadamia nuts and locally grown Michigan dried cherries available. Weighing in at a hefty 3 ounces each, our soft and chewy cookies are for the serious cookie lover!</p>
+ <?php if(have_posts()) : while(have_posts()): the_post();?>
+ <?php the_content();?>
+ <?php endwhile; else:?>
+ <p><?php _e('Sorry, no posts yet');?></p>
+ <?php endif;?>
</div>
</div>