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.

  1. First download the breadcrumb plugin.
  2. Now you want to add the code: <?php breadcrumbs_plus( $args ); ?>  into your page.php . Add it below
    <div class="entry">
  3. 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
  4. And that is all there is to it. Easy huh? Feel free to ask me questions. :)

Post to Twitter