Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
public_html
/
wp-content
/
themes
/
neve
/
Filename :
sidebar-shop.php
back
Copy
<?php /** * The Sidebar containing the main widget areas. * * @package Neve */ if ( ! is_active_sidebar( 'shop-sidebar' ) ) { return; } ?> <div class="nv-sidebar-wrap col-sm-12 nv-right"> <aside id="secondary" class="shop-sidebar" role="complementary"> <?php dynamic_sidebar( 'shop-sidebar' ); ?> </aside> </div>