%k25u25%fgd5n!
<?php /* Template Name: Fauxis Elementor Page */ /** * @package FAUXIS * @author tp * @version 1.0 */ ?> <?php get_header(); get_header(); global $wp_query; $data = \FAUXIS\Includes\Classes\Common::instance()->data( 'single' )->get(); $class = ( $data->get( 'layout' ) != 'full' ) ? 'col-xs-12 col-sm-12 col-md-12 col-lg-8' : 'col-xs-12 col-sm-12 col-md-12'; do_action( 'fauxis_banner', $data ); ?> <?php while ( have_posts() ): the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> <?php get_footer(); ?>