/home/sylamedg/sylantechelectricals.com/wp-content/themes/thrive-theme/sidebar.php
<?php
/**
 * The template for displaying default sidebar
 *
 * @package thrive-theme
 */

if ( is_active_sidebar( THRIVE_DEFAULT_SIDEBAR ) ) {
	dynamic_sidebar( THRIVE_DEFAULT_SIDEBAR );
}