Server IP : 66.29.132.124 / Your IP : 3.128.78.107 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/templates/ |
Upload File : |
<?php /** * Sidebar Template * * @package WordPress * @subpackage METO * @author Expert-Themes * @version 1.0 */ if (class_exists('\Elementor\Plugin') and $data->get('sidebar_type') == 'e' and $data->get('sidebar_elementor')) { ?> <div class="sidebar-side col-lg-4 col-md-12 col-sm-12"> <aside class="sidebar blog-sidebar"> <?php echo Elementor\Plugin::instance()->frontend->get_builder_content_for_display($data->get('sidebar_elementor')); ?> </aside> </div> <?php return false; } else { $options = $data->get('sidebar'); } ?> <?php if (is_active_sidebar($options)) : ?> <div class="col-lg-4 col-md-12 col-sm-12 sidebar-side"> <div class="sidebar"> <?php dynamic_sidebar($options); ?> </div> </div> <?php endif; ?>