HEX
Server: nginx/1.24.0
System: Linux prod-btpayments-io 6.14.0-1018-aws #18~24.04.1-Ubuntu SMP Mon Nov 24 19:46:27 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.3.19
Disabled: NONE
Upload Files
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' );