B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
bhingree
/
public_html
/
wp-content
/
themes
/
conat
/
Filename :
tpl-default-elementor.php
back
Copy
<?php /* Template Name: Default Elementor Page */ /** * @package CONAT * @author Noor Tech * @version 1.0 */ ?> <?php get_header(); $data = \CONAT\Includes\Classes\Common::instance()->data( 'single' )->get(); $layout = $data->get('layout') ? $data->get('layout') : 'right'; $class = ( $data->get( 'layout' ) != 'full' ) ? 'col-lg-8 col-sm-12' : 'col-xs-12 col-sm-12 col-md-12'; do_action( 'conat_banner', $data ); ?> <?php while ( have_posts() ): the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> <?php get_footer(); ?>