HEX
Server: Apache/2
System: Linux srv3.haageninternet.nl 3.10.0-693.11.6.el7.x86_64 #1 SMP Thu Jan 4 01:06:37 UTC 2018 x86_64
User: yogachandr (1059)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /home/yogachandr/domains/yoga-chandra-barneveld.nl/public_html/wp-content/themes/betheme/single.php
<?php
/**
 * The Template for displaying all single posts.
 *
 * @package Betheme
 * @author Muffin group
 * @link http://muffingroup.com
 */

get_header();
?>

<!-- #Content -->
<div id="Content">
	<div class="content_wrapper clearfix">

		<!-- .sections_group -->
		<div class="sections_group">
			<?php 
				while ( have_posts() ){
					the_post();	
					get_template_part( 'includes/content', 'single' );
				}
			?>
		</div>
		
		<!-- .four-columns - sidebar -->
		<?php get_sidebar(); ?>
			
	</div>
</div>

<?php get_footer();

// Omit Closing PHP Tags