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
/
newsup
/
//home/puskom/mastur/newsup/sidebar-frontcontent.php
<?php /** * The sidebar containing the main widget area. * * @package Newsup */ if ( ! is_active_sidebar( 'front-page-content' ) ) { return; } ?> <div class="<?php if( !is_active_sidebar('front-page-sidebar')) { echo "col-md-12"; } else { echo "col-md-8"; } ?>"> <div class=""> <?php dynamic_sidebar( 'front-page-content' ); ?> </div> </div>