Skip to content

Instantly share code, notes, and snippets.

@dougedgington
Created August 7, 2013 20:53
Show Gist options
  • Save dougedgington/6178540 to your computer and use it in GitHub Desktop.
Save dougedgington/6178540 to your computer and use it in GitHub Desktop.
Genesis - move sidebar div above content div
<?php
remove_action( 'genesis_after_content', 'genesis_get_sidebar' );
add_action('genesis_before_content', 'genesis_get_sidebar');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment