Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 12, 2015 03:07
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/e96f47a0b98b9d5ee722 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/e96f47a0b98b9d5ee722 to your computer and use it in GitHub Desktop.
Remove the breadcrumbs with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Remove the breadcrumbs with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/breadcrumbs/
*/
remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment