Skip to content

Instantly share code, notes, and snippets.

@generatepress
Created August 16, 2014 15:41
Show Gist options
  • Save generatepress/a13fbd2bb88008da572f to your computer and use it in GitHub Desktop.
Save generatepress/a13fbd2bb88008da572f to your computer and use it in GitHub Desktop.
add_action('generate_before_content','generate_add_breadcrumbs');
function generate_add_breadcrumbs()
{
if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
}
}
@KickiP
Copy link

KickiP commented May 21, 2016

Thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment