Skip to content

Instantly share code, notes, and snippets.

@generatepress
Last active December 7, 2015 06:40
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 generatepress/14b3e8a93175f11d9545 to your computer and use it in GitHub Desktop.
Save generatepress/14b3e8a93175f11d9545 to your computer and use it in GitHub Desktop.
<?php if ( function_exists('yoast_breadcrumb') ) { ?>
<div class="grid-container grid-parent">
<div class="page-header">
<?php yoast_breadcrumb('<p id="breadcrumbs">','</p>'); ?>
</div>
</div>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment