![]() 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/askdragao.com/wp-content/themes/sports-lite/ |
<?php /** * The Sidebar containing the main widget areas. * * @package Sports Lite */ ?> <div id="sidebar"> <?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?> <aside id="categories" class="widget"> <h3 class="widget-title"><?php esc_html_e( 'Category', 'sports-lite' ); ?></h3> <ul> <?php wp_list_categories('title_li='); ?> </ul> </aside> <aside id="archives" class="widget"> <h3 class="widget-title"><?php esc_html_e( 'Archives', 'sports-lite' ); ?></h3> <ul> <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?> </ul> </aside> <aside id="meta" class="widget"> <h3 class="widget-title"><?php esc_html_e( 'Meta', 'sports-lite' ); ?></h3> <ul> <?php wp_register(); ?> <li><?php wp_loginout(); ?></li> <?php wp_meta(); ?> </ul> </aside> <?php endif; // end sidebar widget area ?> </div><!-- sidebar -->