Sid Gifari File Manager
🏠 Root
/
home2
/
iuywvcmy
/
public_html
/
wp-content
/
themes
/
signify
/
Editing: sidebar.php
<?php /** * The sidebar containing the main widget area * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Signify */ $sidebar = signify_get_sidebar_id(); if ( '' === $sidebar ) { return; } ?> <aside id="secondary" class="widget-area sidebar"> <?php dynamic_sidebar( $sidebar ); ?> </aside><!-- #secondary -->
Save
Cancel