Sid Gifari File Manager
🏠 Root
/
home
/
ailwtbdh
/
public_html
/
wp-content
/
themes
/
profund
/
Editing: sidebar.php
<?php /** * The template for the sidebar containing the main widget area * * @package profund */ if ( is_active_sidebar( 'sidebar-1' ) ) : ?> <aside class="sidebar main-sidebar"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </aside> <?php endif; ?>
Save
Cancel