Your IP : 216.73.216.164


Current Path : /var/www/spmeat/wp-content/themes/jannah/
Upload File :
Current File : /var/www/spmeat/wp-content/themes/jannah/single.php

<?php
/**
 * The template part for displaying single posts
 *
 */

defined( 'ABSPATH' ) || exit; // Exit if accessed directly

get_header(); ?>

<?php

if ( have_posts() ) :

	while ( have_posts() ): the_post();

		TIELABS_HELPER::get_template_part( 'templates/single-post/content' );

	endwhile;

endif;

get_sidebar();
get_footer();