Sindbad~EG File Manager
<?php
/**
* The template for displaying single posts and pages.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package WordPress
* @subpackage Twenty_Twenty
* @since Twenty Twenty 1.0
*/
use RealPress\Helpers\Template;
if ( ! wp_is_block_theme() ) {
get_header();
}
if ( have_posts() ) {
while ( have_posts() ) {
the_post();
Template::instance()->get_frontend_template_type_classic(
apply_filters( 'realpress/layout/single-property/content', 'single-property/content.php' )
);
}
wp_reset_postdata();
}
get_template_part( 'template-parts/footer-menus-widgets' );
if ( ! wp_is_block_theme() ) {
get_footer();
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists