<?php
if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<div class="tour_block_cel col-lg-2 col-xs-12 col-sm-6">
<div class="block_tour">
<div class="img_tour1 text-center" style="background: ;">
<a href="#"><span class="caret"></span></a>
<p class="button"><a class="btn btn-success" role="button">book now</a></p>
</div>
<div class="text_tour text-left">
<h3><?php the_title(); ?></h3>
<p>
</p>
</div>
</div>
</div>
<?php endwhile; ?>
<?php endif; ?>
<div class="img_tour1 text-center" style="background-image: url(<?php if ( has_post_thumbnail()) { $full_image_url = wp_get_attachment_image_src(get_post_thumbnail_id(), 'full'); echo ''.$full_image_url[0] . '';} ?>)">