D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
everqlsh
/
www
/
wp-admin
/
user
/
577040
/
Filename :
sidebar-right.php.tar
back
Copy
home/everqlsh/public_html/wp-content/themes/affirm/sidebar-right.php 0000644 00000000536 15162341467 0021730 0 ustar 00 <?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>