Created
February 6, 2018 13:38
-
-
Save anwerashif/e6eb50fc7d2672f8e0329a3373065882 to your computer and use it in GitHub Desktop.
Breadcrumb in Single.php
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
<!-- breadcrumb --> | |
<div class="breadcrumb-wrap"> | |
<nav aria-label="breadcrumb"> | |
<?php get_breadcrumb(); ?> | |
</nav> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment