![]() 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/matelopsrp.com/wp-content/themes/vw-solar-energy/ |
<?php /** * The Sidebar containing the main widget areas. * * @package VW Solar Energy */ ?> <div id="sidebar" <?php if( is_page_template('blog-post-left-sidebar.php')){?> style="float:left;"<?php } ?>> <?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?> <aside id="archives" role="complementary" class="widget" aria-label="firstsidebar"> <h3 class="widget-title"><?php esc_html_e( 'Archives', 'vw-solar-energy' ); ?></h3> <ul> <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?> </ul> </aside> <aside id="meta" role="complementary" class="widget" aria-label="secondsidebar"> <h3 class="widget-title"><?php esc_html_e( 'Meta', 'vw-solar-energy' ); ?></h3> <ul> <?php wp_register(); ?> <li><?php wp_loginout(); ?></li> <?php wp_meta(); ?> </ul> </aside> <?php endif; // end sidebar widget area ?> </div>