You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?php if ( is_active_sidebar( 'sidebar-widget-area' ) ) {
dynamic_sidebar( 'sidebar-widget-area' );
} else {
echo '<div class="alert help"><p>' . __( 'Go to Appearance <i class="fa fa-long-arrow-right"></i> Widgets in your Dashboard to add some widgets', 'soblossom' ) . '</p></div>';