Your IP : 216.73.216.187


Current Path : /home/exhehbu/wp/wp-content/themes/revolution/inc/templates/blog/
Upload File :
Current File : /home/exhehbu/wp/wp-content/themes/revolution/inc/templates/blog/style9.php

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

	$ppp = get_option( 'posts_per_page' );
?>
<div class="thb-toggle-blog 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/style9' );
			?>
	<?php endwhile; else : ?>
		<?php get_template_part( 'inc/templates/not-found' ); ?>
	<?php endif; ?>
</div>
<?php do_action( 'thb_blog_pagination' ); ?>