Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 19, 2015 03:30
Show Gist options
  • Save reasonstousegenesis/c283a6c14dd47c645bfe to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/c283a6c14dd47c645bfe to your computer and use it in GitHub Desktop.
Add the breadcrumb trail after the site description
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Add the breadcrumb trail after the site description
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/site-description/
*/
add_action( 'genesis_site_description', 'genesis_do_breadcrumbs' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment