<?php get_header(); ?>
<div class="col-lg-12">
<div class="row">
<div class="col-lg-12 background"> <!-- ayurvedic / testimonial start -->
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<?php
if ( has_post_thumbnail() ) { ?>
<!--<img class="singim" src="<?php bloginfo('stylesheet_directory'); ?>/timthumb.php?src=<?php get_image_url(); ?>&h=200&w=580&zc=1" alt=""/>-->
<?php } else { ?>
<!-- <img class="singim" src="<?php bloginfo('template_directory'); ?>/images/dummy.png" alt="" />-->
<?php } ?>
<div <?php post_class('single') ?> id="post-<?php the_ID(); ?>">
<h2><?php the_title(); ?></h2>
<?php the_content('Read the rest of this entry »'); ?>
<?php include (TEMPLATEPATH . '/ad1.php'); ?>
<div class="clear"></div>
<?php wp_link_pages(array('before' => '<p><strong>Pages: </strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>
<?php //comments_template(); ?>
<?php endwhile; else: ?>
<h1 class="title">Not Found</h1>
<p>I'm Sorry, you are looking for something that is not here. Try a different search.</p>
<?php endif; ?>
<div class="clear"></div>
</div>
<?php get_sidebar(); ?>
</div>
</div>
<?php get_footer(); ?>