Server IP : 66.29.132.124 / Your IP : 3.145.43.92 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/wavevlvu/diixadigital.com/wp-content/themes/meto/ |
Upload File : |
<?php /* Template Name: Default Elementor Page */ /** * @package METO * @author ThemeKalia * @version 1.0 */ ?> <?php get_header(); $data = \METO\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('meto_banner', $data); ?> <?php while (have_posts()): the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> <?php get_footer(); ?>