Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created May 22, 2015 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reasonstousegenesis/6c1c27da20f3a3ff97bd to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/6c1c27da20f3a3ff97bd to your computer and use it in GitHub Desktop.
Move the primary sidebar with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Move the primary sidebar with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/genesis-do-sidebar/
*/
remove_action( 'genesis_sidebar', 'genesis_do_sidebar' );
add_action( 'another_hook', 'genesis_do_sidebar' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment