View file StuffPost/stuffpost/sidebar-footer.php
<?php
if ( is_active_sidebar( 'sidebar-footer') ) { ?>
<div class="sidebar sidebar-footer row py-4 border-bottom">
<?php dynamic_sidebar( 'sidebar-footer' ); ?>
</div>
<?php } ?>
<?php
if ( is_active_sidebar( 'sidebar-footer') ) { ?>
<div class="sidebar sidebar-footer row py-4 border-bottom">
<?php dynamic_sidebar( 'sidebar-footer' ); ?>
</div>
<?php } ?>