If you are using StudioPress Genesis, you may notice that a lot of the themes have a secondary sidebar that you might not be using and you may want to remove it from the available widgets. Just add this WordPress Code Snippet to the functions.php file in your current WordPress theme in order to unregister and remove the secondary sidebar in StudioPress Genesis.
/** * Unregister secondary sidebar * * @author WPSnacks.com * @link https://www.wpsnacks.com */ unregister_sidebar( 'sidebar-alt' );
That’s it, your available widgets should no longer show the secondary sidebar. Hope this helps, enjoy!
Shame OnYou says
Shame on you for adding a link to your site in that code. Shame, shame, shame.