Server IP : 15.235.198.142 / Your IP : 216.73.216.168 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/2of3/wp-content/themes/author_template_1747135695/ |
Upload File : |
<?php /** * The Sidebar containing the main widget areas. * * @package Tonal */ ?> <nav id="site-navigation" class="main-navigation" role="navigation"> <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'tonal' ); ?></a> <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> </nav><!-- #site-navigation .main-navigation --> <div class="widget-areas"> <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?> <div class="widget-area"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </div><!-- .widget-ara --> <?php endif; ?> <?php if ( is_active_sidebar( 'sidebar-2' ) ) : ?> <div class="widget-area"> <?php dynamic_sidebar( 'sidebar-2' ); ?> </div><!-- .widget-ara --> <?php endif; ?> <?php if ( is_active_sidebar( 'sidebar-3' ) ) : ?> <div class="widget-area"> <?php dynamic_sidebar( 'sidebar-3' ); ?> </div><!-- .widget-ara --> <?php endif; ?> </div><!-- .widgets-areas -->