Skip to content

Instantly share code, notes, and snippets.

@arkadiusjonczek
Created October 11, 2015 21:20
Show Gist options
  • Save arkadiusjonczek/58f09e2b567926db0034 to your computer and use it in GitHub Desktop.
Save arkadiusjonczek/58f09e2b567926db0034 to your computer and use it in GitHub Desktop.
[WordPress] Remove Genesis Loop
remove_action( 'genesis_before_loop', 'genesis_do_before_loop' );
remove_action( 'genesis_loop', 'genesis_do_loop' );
remove_action( 'genesis_after_loop', 'genesis_do_after_loop' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment