Title: Breadcrumbs
Last modified: August 21, 2016

---

# Breadcrumbs

 *  Resolved [chainznanz](https://wordpress.org/support/users/sunitkaul/)
 * (@sunitkaul)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/breadcrumbs-17/)
 * Hi Alex, is there a chance we can get breadcrumbs in the theme? Or a code that
   I can add to functions.php to give the theme breadcumb capability. I’m trying
   to use the Breadcrumb option in WordPress SEO by Yoast, but it says that tyhe
   theme need to have that capability.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/breadcrumbs-17/#post-5064867)
 * I think you can add this code:
 *     ```
       <?php if ( function_exists('yoast_breadcrumb') ) {
       yoast_breadcrumb('<p id="breadcrumbs">','</p>');
       } ?>
       ```
   
 * in `../post-templates/content-single.php`, under this line:
 * `<div class="post-content">`
 * I haven’t tried it, it only appears when you open an article.
 *  Thread Starter [chainznanz](https://wordpress.org/support/users/sunitkaul/)
 * (@sunitkaul)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/breadcrumbs-17/#post-5064914)
 * Thanks Alex. While that works well, it also shows the title of the article **
   Home>> Post Category>> Post Title** in the breadcrumb. Is there any way to avoid
   that and just show **Home>>Post Category**
    Here’s how it looks now: [http://imgur.com/sHaZvuD.jpg](http://imgur.com/sHaZvuD.jpg)
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/breadcrumbs-17/#post-5064922)
 * That’s the way the plugin works, from what I can see it doesn’t accept any paramater
   to disable the title
 * [https://yoast.com/wordpress/plugins/breadcrumbs/](https://yoast.com/wordpress/plugins/breadcrumbs/)
 *  Thread Starter [chainznanz](https://wordpress.org/support/users/sunitkaul/)
 * (@sunitkaul)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/breadcrumbs-17/#post-5064966)
 * Ah okay. Thanks for your help, Alex.
 *  [Jagabandhu](https://wordpress.org/support/users/infagalaxo/)
 * (@infagalaxo)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/breadcrumbs-17/#post-5065052)
 * Thanks a lot,
 * worked for me too!! Justwrite is Just Awesome

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Breadcrumbs’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/justwrite/2.0.3.6/screenshot.png)
 * JustWrite
 * [Support Threads](https://wordpress.org/support/theme/justwrite/)
 * [Active Topics](https://wordpress.org/support/theme/justwrite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/justwrite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/justwrite/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Jagabandhu](https://wordpress.org/support/users/infagalaxo/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/breadcrumbs-17/#post-5065052)
 * Status: resolved