Your IP : 216.73.216.48


Current Path : /hdd/hdd11/www/tvshowsbg/sub/devil/wp-content/themes/themify-ultra/
Upload File :
Current File : /hdd/hdd11/www/tvshowsbg/sub/devil/wp-content/themes/themify-ultra/sidebar.php

<?php
/**
 * Template for Main Sidebar
 * @package themify
 * @since 1.0.0
 */
?>
<?php if(!post_password_required()):?>
    <?php themify_sidebar_before(); // hook ?>

    <aside id="sidebar" itemscope="itemscope" itemtype="https://schema.org/WPSidebar">

        <?php themify_sidebar_start(); // hook ?>

	<?php dynamic_sidebar( 'sidebar-main' ); ?>

        <?php themify_sidebar_end(); // hook ?>

    </aside>
    <!-- /#sidebar -->

    <?php themify_sidebar_after(); // hook ?>
<?php endif;?>