Your IP : 216.73.216.111


Current Path : /home/icmq6107/clients/ruralinfos/Sitewebruralinfos/wp-content/themes/newscrunch/
Upload File :
Current File : /home/icmq6107/clients/ruralinfos/Sitewebruralinfos/wp-content/themes/newscrunch/sidebar.php

<?php
/**
 * The sidebar containing the main widget area
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Newscrunch
 */

if ( ! is_active_sidebar( 'sidebar-1' ) ) {
	return;
}
?>
<div class="spnc-col-9">
    <div class="spnc-sidebar spnc-main-sidebar spnc-sticky-sidebar" id="spnc-sidebar-fixed">
        <div class="right-sidebar">
            <?php dynamic_sidebar( 'sidebar-1' ); ?>
        </div>
    </div>
</div>