Skip to content

Instantly share code, notes, and snippets.

@davidperezgar
Created October 7, 2016 07:17
Show Gist options
  • Save davidperezgar/14ebd3a3614ada222090a219cef9329f to your computer and use it in GitHub Desktop.
Save davidperezgar/14ebd3a3614ada222090a219cef9329f to your computer and use it in GitHub Desktop.
Genesis Remove primary sidebar and changes to alternative
// Remove the Primary Sidebar from the Primary Sidebar area.
remove_action( 'genesis_sidebar', 'genesis_do_sidebar' );
// Place the Secondary Sidebar into the Primary Sidebar area.
add_action( 'genesis_sidebar', 'genesis_do_sidebar_alt' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment