📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-02 01:45:38
📂
/ (Root)
/
var
/
wordpress
/
wp-content
/
themes
/
twentysixteen
📍 /var/wordpress/wp-content/themes/twentysixteen
🔄 Refresh
✏️
Editing: sidebar.php
Read Only
<?php /** * The template for the sidebar containing the main widget area * * @package WordPress * @subpackage Twenty_Sixteen * @since Twenty Sixteen 1.0 */ ?> <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?> <aside id="secondary" class="sidebar widget-area" role="complementary"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </aside><!-- .sidebar .widget-area --> <?php endif; ?>
💾 Save Changes
❌ Cancel