Skip to content

Instantly share code, notes, and snippets.

@billerickson
Last active September 8, 2017 19:15
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 billerickson/11374315 to your computer and use it in GitHub Desktop.
Save billerickson/11374315 to your computer and use it in GitHub Desktop.
<?php
/**
* Move Sidebar above Content
*
* @author Bill Erickson
* @link http://www.billerickson.net/code/move-sidebar-content/
*/
remove_action( 'genesis_after_content', 'genesis_get_sidebar' );
add_action( 'genesis_before_content', 'genesis_get_sidebar' );
@moussamhanna
Copy link

hello billerickson
thank you for the above, however it didnt work for my site!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment