Skip to content

Instantly share code, notes, and snippets.

@chaselivingston
Created September 12, 2016 17:02
Show Gist options
  • Save chaselivingston/fdbf80da66e13d197866bb46d82ed2d3 to your computer and use it in GitHub Desktop.
Save chaselivingston/fdbf80da66e13d197866bb46d82ed2d3 to your computer and use it in GitHub Desktop.
<?php if ( function_exists( 'jetpack_breadcrumbs' ) ) : ?>
<div class="breadcrumb-area">
<div class="wrapper">
<?php jetpack_breadcrumbs(); ?>
</div><!-- .wrapper -->
</div><!-- .breadcrumb-area -->
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment