Viewing 2 replies - 1 through 2 (of 2 total)
  • Try Yoast’s plugin – https://yoast.com/wordpress/breadcrumbs/

    Thread Starter wordpress_quest

    (@wordpress_quest)

    Thanks Ryan, works like a charm. Little bit of css tweaking and it looks almost the same. For those finding this topic later on, here are the steps I did:

    1. install the plugin (can be done within wordpress admin section)
    2. add php code (see plugin page) to header.php (just before <div class=”node”>)
    3. add breadcrumbs id to the css to position and color it, eg:
    #breadcrumbs {
      color: #2C5986;
      margin-top: -44px;
    }

    Done ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to get breadcrumbs in garland theme’ is closed to new replies.