/home/sylamedg/public_html/wp-content/themes/neom-blog/sidebar.php
<?php if ( ! is_active_sidebar( 'neom-sidebar-primary' ) ) {
	return;
} ?>
<div id="awp-second-content" class="theme-column-4">
	<section class="sidebar">
		<?php dynamic_sidebar( 'neom-sidebar-primary' ); ?>
	</section>
</div>