?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/villavanille/wp-content/themes/villa-vanille/inc/blog/templates/
Upload File :
Current File : /home/rankinh/villavanille/wp-content/themes/villa-vanille/inc/blog/templates/blog.php

<div class="qodef-grid-item <?php echo esc_attr( drew_get_page_content_sidebar_classes() ); ?>">
	<?php
	// Hook to include additional content before blog loop
	do_action( 'drew_action_before_blog_loop' );
	?>
	<div class="qodef-blog qodef-m <?php echo esc_attr( drew_get_blog_holder_classes() ); ?>">
		<?php
		// Include posts loop
		drew_template_part( 'blog', 'templates/parts/loop' );

		if ( ! is_single() ) {
			// Include pagination
			drew_template_part( 'pagination', 'templates/pagination-wp' );
		}
		?>
	</div>
</div>