Created
September 12, 2016 17:02
-
-
Save chaselivingston/fdbf80da66e13d197866bb46d82ed2d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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