Skip to content

Instantly share code, notes, and snippets.

@amdrew
Last active December 18, 2015 09:39
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 amdrew/5762901 to your computer and use it in GitHub Desktop.
Save amdrew/5762901 to your computer and use it in GitHub Desktop.
<?php
function shopfront_child_theme_breadcrumbs() {
if ( function_exists( 'yoast_breadcrumb' ) && !is_home() )
yoast_breadcrumb( '<p id="breadcrumbs">', '</p>' );
}
add_action( 'shopfront_content_start', 'shopfront_child_theme_breadcrumbs' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment