Skip to content

Instantly share code, notes, and snippets.

@AMNDesign
Created August 27, 2013 21:20
Show Gist options
  • Save AMNDesign/6359315 to your computer and use it in GitHub Desktop.
Save AMNDesign/6359315 to your computer and use it in GitHub Desktop.
Remove breadcrumbs using the Genesis Framework.
<?php
//* Remove 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