Breadcrumbs Plus
Breadcrumbs Plus provide links back to each previous page the user navigated through to get to the current page or – in hierarchical site structures – the parent pages of the current one.
- First download the breadcrumb plugin.
- Now you want to add the code: <?php breadcrumbs_plus( $args ); ?> into your page.php . Add it below
<div class="entry">
- You page.php should look similar to:
<h1><?php the_title(); ?></h1> <div class="entry"> <?php breadcrumbs_plus( $args ); ?>
the rest of the code here
And that is all there is to it. Easy huh? Feel free to ask me questions.