Your IP : 18.221.66.185


Current Path : /home/sudancam/.trash/jannah/
Upload File :
Current File : /home/sudancam/.trash/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();