HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/public_html/wp-content/themes/egovt/single.php
<?php get_header(); ?>
<?php $single_layout = apply_filters( 'egovt_theme_sidebar','' ); ?>
	<div class="wrap_site <?php echo esc_attr($single_layout); ?>">
		<div id="main-content" class="main">

			<?php 
			if ( have_posts() ) : while ( have_posts() ) : the_post();

				get_template_part( 'content/post', 'default' );

			    if ( comments_open() || get_comments_number() ) {
			    	comments_template();
			    }
				
			endwhile; else :
			    get_template_part( 'content/content', 'none' );
			endif;

			 ?>
			
		</div> <!-- #main-content -->
		<?php get_sidebar(); ?>
	</div> <!-- .wrap_site -->

<?php get_footer(); ?>