Your IP : 216.73.216.123


Current Path : /home/smartbloks/public_html/help.smartbloks.ai/wp-content/themes/docly/
Upload File :
Current File : /home/smartbloks/public_html/help.smartbloks.ai/wp-content/themes/docly/forum-sidebar.php

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

if ( ! is_active_sidebar( 'sidebar_widgets' ) ) {
	return;
}
?>

<div class="col-lg-4">
    <div class="blog_sidebar pl-40">
	    <?php dynamic_sidebar( 'sidebar_widgets' ); ?>
	</div>
</div>