Your IP : 216.73.216.187


Current Path : /home/e/x/h/exhehbu/www/wp-content/themes/revolution/inc/templates/blog/
Upload File :
Current File : /home/e/x/h/exhehbu/www/wp-content/themes/revolution/inc/templates/blog/style6.php

<?php
	$blog_pagination_style = is_home() ? ot_get_option( 'blog_pagination_style', 'style1' ) : 'style1';
	$blog_animation        = ot_get_option( 'blog_animation', '' );
	$thb_blog_columns      = ot_get_option( 'thb_blog_columns', '4' );
	$columns               = thb_translate_columns( $thb_blog_columns );
	set_query_var( 'columns', $columns );
	set_query_var( 'thb_animation', $blog_animation );

	$ppp = get_option( 'posts_per_page' );
?>
<div class="row <?php echo esc_attr( 'pagination-' . $blog_pagination_style ); ?>" data-count="<?php echo esc_attr( $ppp ); ?>" data-security="<?php echo esc_attr( wp_create_nonce( 'thb_blog_ajax' ) ); ?>">
	<?php
	if ( have_posts() ) :
		while ( have_posts() ) :
			the_post();
			?>
			<?php get_template_part( 'inc/templates/postbit/style6' ); ?>
			<?php endwhile; else : ?>
				<?php get_template_part( 'inc/templates/not-found' ); ?>
	<?php endif; ?>
</div>
<?php do_action( 'thb_blog_pagination' ); ?>