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/post-templates/single-layout-7.php
<?php
/**
 * Template Name: Post Layout 07
 * Template Post Type: post
 *
 * The template for displaying layout 7 single posts.
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
 *
 * @package Kava
 */

get_header(); 
	?><div class="site-content__wrap"><?php
		get_template_part( 'template-parts/single-post/headers/header-v7', get_post_format() );
		?><div class="container">
			<div class="row">
				<div id="primary" <?php kava_primary_content_class(); ?>>
					<main id="main" class="site-main">
						<?php while ( have_posts() ) : the_post();

							?><article id="post-<?php the_ID(); ?>" <?php post_class(); ?>><?php
								
								get_template_part( 'template-parts/single-post/content', get_post_format() );

							?></article><?php

								get_template_part( 'template-parts/single-post/post_navigation' );
								kava_related_posts();
								get_template_part( 'template-parts/single-post/comments' );

						endwhile; // End of the loop. ?>
					</main><!-- #main -->
				</div><!-- #primary -->
				<?php get_sidebar(); // Loads the sidebar.php template.  ?>
			</div>
		</div>
	</div><?php
get_footer();