Skip to content

Instantly share code, notes, and snippets.

@rickrduncan
Created November 8, 2015 12:33
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 rickrduncan/dcfcec000b9941e776f2 to your computer and use it in GitHub Desktop.
Save rickrduncan/dcfcec000b9941e776f2 to your computer and use it in GitHub Desktop.
<?php
//* Do NOT include the opening php tag
//* Reposition the Genesis breadcrumb to bottom of page
remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
add_action( 'genesis_entry_footer', 'genesis_do_breadcrumbs' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment