Created
April 11, 2018 13:44
-
-
Save Komock/436ec031fd86b91eaf6083f5918abd5d to your computer and use it in GitHub Desktop.
Remove Sidebars from Genesis Child Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Remove default genesis sidebars | |
remove_action( 'genesis_after_content', 'genesis_get_sidebar' ); | |
remove_action( 'genesis_after_content_sidebar_wrap', 'genesis_get_sidebar_alt'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment