D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
everqlsh
/
www
/
wp-content
/
themes
/
affirm
/
Filename :
sidebar-right.php
back
Copy
<?php /** * The sidebar containing the main widget area * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package uicore-theme */ if ( ! is_active_sidebar( 'right-sidebar' ) ) { return; } ?> <aside class="right-widget-area uicore-col-lg-3"> <?php dynamic_sidebar( 'right-sidebar' ); ?> </aside>