// SYSTEM PANEL //
[ROOT]
/
home
/
salvufkx
/
homedir
/
public_html
/
wp-content
/
themes
/
resi
[ PARENT ]
EDIT :: sidebar.php
<?php /** * The sidebar containing the main widget area. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package resi */ if ( ! is_active_sidebar( 'sidebar-1' ) ) { return; } ?> <div class="col-3-12"> <div id="secondary" class="widget-area" role="complementary"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </div><!-- #secondary --> </div>
SAVE
CANCEL