Lego2012
12/13/2016 - 4:02 PM

Remove Primary Sidebar from the Primary Sidebar area when using Genesis Simple Sidebars

Remove Primary Sidebar from the Primary Sidebar area when using Genesis Simple Sidebars

<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

remove_action( 'genesis_sidebar', 'ss_do_sidebar' );

<!-- instead of -->

remove_action( 'genesis_sidebar', 'genesis_do_sidebar' );