Skip to content

Instantly share code, notes, and snippets.

@JacobLett
Created August 20, 2015 18:58
Show Gist options
  • Select an option

  • Save JacobLett/e7be42be4013bd0bed79 to your computer and use it in GitHub Desktop.

Select an option

Save JacobLett/e7be42be4013bd0bed79 to your computer and use it in GitHub Desktop.
Yoast Breadcrumbs HTML - Add to template file
<!-- BEFORE -->
<?php if ( function_exists( 'yoast_breadcrumb' ) ) { yoast_breadcrumb(); } ?>
<!-- AFTER -->
<div id="breadcrumbs"><?php if ( function_exists( 'yoast_breadcrumb' ) ) { yoast_breadcrumb(); } ?></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment