D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
hrfiudwx
/
enterpriseuplift.com
/
wp-content
/
themes
/
themify-ultra
/
includes
/
Filename :
sidebar-alt.php
back
Copy
<?php /** * Additional Sidebar Template * @package themify * @since 1.0.0 */ themify_sidebar_alt_before(); //hook ?> <aside id="sidebar-alt" itemscope="itemscope" itemtype="https://schema.org/WPSideBar"> <?php themify_sidebar_alt_start(); // hook ?> <?php dynamic_sidebar('sidebar-alt'); ?> <?php themify_sidebar_alt_end(); // hook ?> </aside> <?php themify_sidebar_alt_after(); // hook ?>