![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/claquemagazineawards.com/wp-content/themes/lalita/ |
<?php /** * The Sidebar containing the main widget areas. * */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } // If the navigation is set in the sidebar, set variable to true. $navigation_active = ( 'nav-left-sidebar' == lalita_get_navigation_location() ) ? true : false; // If the secondary navigation is set in the sidebar, set variable to true. if ( function_exists( 'lalita_secondary_nav_get_defaults' ) ) { $secondary_nav = wp_parse_args( get_option( 'lalita_secondary_nav_settings', array() ), lalita_secondary_nav_get_defaults() ); if ( 'secondary-nav-left-sidebar' == $secondary_nav['secondary_nav_position_setting'] ) { $navigation_active = true; } } ?> <div id="left-sidebar" itemtype="https://schema.org/WPSideBar" itemscope="itemscope" <?php lalita_left_sidebar_class(); ?>> <div class="inside-left-sidebar"> <?php /** * lalita_before_left_sidebar_content hook. * */ do_action( 'lalita_before_left_sidebar_content' ); if ( ! dynamic_sidebar( 'sidebar-2' ) ) : if ( false == $navigation_active ) : ?> <aside id="search" class="widget widget_search"> <?php get_search_form(); ?> </aside> <aside id="archives" class="widget"> <h2 class="widget-title"><?php esc_html_e( 'Archives', 'lalita' ); ?></h2> <ul> <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?> </ul> </aside> <?php endif; endif; /** * lalita_after_left_sidebar_content hook. * */ do_action( 'lalita_after_left_sidebar_content' ); ?> </div><!-- .inside-left-sidebar --> </div><!-- #secondary -->