* The template for displaying all single posts.
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
<?php if ( astra_page_layout() == 'left-sidebar' ) : ?>
<div id="primary" <?php astra_primary_class(); ?>>
<?php astra_primary_content_top(); ?>
<?php astra_content_loop(); ?>
<?php astra_primary_content_bottom(); ?>
<?php if ( astra_page_layout() == 'right-sidebar' ) : ?>