File: /var/www/BtPayments/BtPayments-home/wp-content/themes/kava/template-parts/posts-loop.php
<?php
/**
* Posts loop template
*/
do_action( 'kava-theme/blog/before' );
?><div <?php kava_posts_list_class(); ?>><?php
while ( have_posts() ) : the_post();
/*
* Include the Post-Format-specific template for the content.
* If you want to override this in a child theme, then include a file
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
get_template_part( kava_get_post_template_part_slug(), kava_get_post_style() );
endwhile;
?></div><?php
do_action( 'kava-theme/blog/after' );
get_template_part( 'template-parts/content', 'navigation' );