Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
home
/
puskom
/
mastur
/
onepress.2.3.5
/
onepress
/
//home/puskom/mastur/onepress.2.3.5/onepress/sidebar.php
<?php /** * The sidebar containing the main widget area. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package OnePress */ if ( ! is_active_sidebar( 'sidebar-1' ) ) { return; } ?> <div id="secondary" class="widget-area sidebar" role="complementary"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </div>