Title: Not Working @ All
Last modified: August 19, 2016

---

# Not Working @ All

 *  [Gaperville](https://wordpress.org/support/users/sbboyd/)
 * (@sbboyd)
 * [15 years ago](https://wordpress.org/support/topic/not-working-all/)
 * No breadcrumbs showing while in my sub-category postings links.
 * I only have sub-cats attached and only wanting to show text links to the sub-
   cats, or the titles of the sub-cat postings in the main cats link.
 * Thanks.

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

 *  [rushsoccer](https://wordpress.org/support/users/rushsoccer/)
 * (@rushsoccer)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/not-working-all/#post-2068584)
 * Same here, my breadcrumbs do not show up anywhere, and I’m sure it’s due to the
   template I’m using.
 * If someone knows the code snippet I need to copy and paste, that would be helpful.(
   I had to paste <?php wp_head(); ?> in the template header to get my easybuttons
   to show.)
 * Thanks
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/not-working-all/#post-2068585)
 * Have you tried switching to the Twenty Ten theme to rule out any theme-specific
   problems.
 *  [rushsoccer](https://wordpress.org/support/users/rushsoccer/)
 * (@rushsoccer)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/not-working-all/#post-2068586)
 * I switched just now… I still don’t see breadcrumbs. Just the next/previous blog
   links – I assume those are NOT the breadcrumb links.
 *  [chrisguitarguy](https://wordpress.org/support/users/chrisguitarguy/)
 * (@chrisguitarguy)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/not-working-all/#post-2068603)
 * Hey Guys, check this out:
    [http://yoast.com/wordpress/breadcrumbs/](http://yoast.com/wordpress/breadcrumbs/)
 * You have to add a snippet of code to your template file(s) where you’d like the
   breadcrumbs to show up:
 *     ```
       <?php if ( function_exists('yoast_breadcrumb') ) {
       	yoast_breadcrumb('<p id="breadcrumbs">','</p>');
       } ?>
       ```
   

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

The topic ‘Not Working @ All’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/breadcrumbs.svg)
 * [Yoast Breadcrumbs](https://wordpress.org/plugins/breadcrumbs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/breadcrumbs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/breadcrumbs/)
 * [Active Topics](https://wordpress.org/support/plugin/breadcrumbs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/breadcrumbs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/breadcrumbs/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [chrisguitarguy](https://wordpress.org/support/users/chrisguitarguy/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/not-working-all/#post-2068603)
 * Status: not resolved