Title: Breadcrumb Trail
Author: Justin Tadlock
Published: <strong>5 de abril de 2009</strong>
Last modified: 26 de septiembre de 2017

---

Buscar plugins

![](https://ps.w.org/breadcrumb-trail/assets/banner-772x250.png?rev=1256005)

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes de WordPress.

![](https://ps.w.org/breadcrumb-trail/assets/icon-256x256.png?rev=1256005)

# Breadcrumb Trail

 Por [Justin Tadlock](https://profiles.wordpress.org/greenshady/)

[Descargar](https://downloads.wordpress.org/plugin/breadcrumb-trail.1.1.0.zip)

 * [Detalles](https://es-ec.wordpress.org/plugins/breadcrumb-trail/#description)
 * [Valoraciones](https://es-ec.wordpress.org/plugins/breadcrumb-trail/#reviews)
 * [Desarrollo](https://es-ec.wordpress.org/plugins/breadcrumb-trail/#developers)

 [Soporte](https://wordpress.org/support/plugin/breadcrumb-trail/)

## Descripción

Breadcrumb Trail is one of the most advanced and robust breadcrumb menu systems 
available for WordPress. It started out as a small script for basic blogs but has
grown into a system that can handle nearly any site’s setup to show the most accurate
breadcrumbs for each page.

### Before using

Please note that Breadcrumb Trail requires that you understand and know how to edit
your theme’s PHP code, at least to the extent of copying and pasting one line of
code. If you’re not comfortable doing this, it’s best to ask that your theme author
integrate the code necessary to support this plugin.

### How it works

This plugin automatically detects your permalink setup and displays breadcrumbs 
based off that structure. Nearly all sites have some sort of hierarchy. Breadcrumb
Trail recognizes that and builds a set of unique breadcrumbs for each page on your
site.

This means that it can also detect custom post types and taxonomies right out of
the box. Whatever you throw at it, it’s got a solution.

### Features

 * Auto-detects the permalink structure of your site for the most accurate breadcrumbs.
 * Hooks for plugin/theme developers to overwrite output.
 * Coded with object-oriented programming (OOP) methods to allow developers to extend
   it for those highly-custom setups.
 * Properly handles nearly any custom post type or taxonomy.

### Professional support

If you need professional plugin support from me, the plugin author, you can join
the club at [Theme Hybrid](https://themehybrid.com/club), which is a professional
WordPress help/support site where I handle support for all my plugins and themes
for a community of 75,000+ users (and growing).

### Plugin Development

If you’re a theme author, plugin author, or just a code hobbyist, you can follow
the development of this plugin on it’s [GitHub repository](https://github.com/justintadlock/breadcrumb-trail).

### Donations

Yes, I do accept donations. If you want to donate, you can do so from my [donations page](https://themehybrid.com/donate)
or grab me something from my [Amazon Wish List](http://a.co/flUb0ns).

I appreciate all donations, no matter the size. Further development of this plugin
is not contingent on donations, but they are always a nice incentive.

## Capturas

 * [[
 * Breadcrumbs in Google search results.
 * [[
 * Date-based permalink structure in breadcrumbs.
 * [[
 * Custom post type + taxonomy (portfolio).
 * [[
 * Image attachment of a blog post.

## FAQ

  Why was this plugin created?

Many of my theme users had a real need for a functional breadcrumb menu without 
having to find and test a lot of other plugins. Therefore, I created a breadcrumbs
script for those users. Eventually, I decided to package it as a plugin and share
it with others.

The plugin is still mostly packaged with themes and is currently being used on millions
of WordPress sites.

  What’s a breadcrumb menu?

Basically, it’s a navigational tool. On many sites, you’ll see something that looks
like this:

    ```
    You are here: Home > Page > Sub-page > Sub-sub-page
    ```

This plugin allows you to easily add this type of menu your site.

  How do I add it to my theme?

There are several methods, but in general, you would add the following line of code
to your theme. Generally, this goes somewhere near the bottom of your theme’s `header.
php` template. However, you can add it anywhere you want in your theme, and it should
work.

    ```
    <?php if ( function_exists( 'breadcrumb_trail' ) ) breadcrumb_trail(); ?>
    ```

To see all methods and options, refer to the `readme.md` file included with the 
plugin download. You can also [view the readme online](https://github.com/justintadlock/breadcrumb-trail/blob/master/readme.md).

  How do I disable the plugin styles?

You can disable the plugin styles by adding this to your theme’s `functions.php`
file:

    ```
    add_filter( 'breadcrumb_trail_inline_style', '__return_false' );
    ```

Note that the breadcrumbs will be completely unstyled at this point. You’ll need
to add style rules to your theme’s `style.css` file.

  Do breadcrumbs show in Google search results?

Yes, breadcrumbs _can_ show in Google search results. The breadcrumbs are coded 
in a way that all of the major search engines should be able to recognize them. 
It is marked up with the appropriate Schema.org properties to make it easier for
search engines and other systems to understand.

With that said, it’s still left up to the search provider to actually show the breadcrumbs.
Generally, they do show them.

Don’t expect to see breadcrumbs in your search results on the first day either. 
It may take a bit, depending on how often your Web site is crawled.

  What is Schema.org? Microdata?

[Microdata](http://en.wikipedia.org/wiki/Microdata_(HTML)) is a way to nest metadata
into your Web site’s pages. It allows things like search engines and browsers to
provide a more useful experience for users. Microdata provides a way for you to 
describe the «meaning» (i.e., semantics) of specific items on your site by using
a standardized vocabulary.

[Schema.org](http://schema.org) is a microdata vocabulary. It is a collaboration
by Bing, Google, Yahoo!, and Yandex for creating a set of standardized conventions
for using microdata on the Web. With these standards in place, we can make our Web
sites’ data more understandable to search engines and browsers while providing a
richer experience for users.

  Does this help with SEO?

Well, it doesn’t hurt. The way I see it, the more meaningful information you provide
to search engines, the more likely you are to rank up. Properly-coded breadcrumbs
are just one tool in a gigantic toolbox for building a search-engine optimized site.

  The breadcrumbs display the wrong data!

This is rare, especially if you put the code in your header template. However, it
can happen on occasion when your theme or another plugin messes with some of WordPress’
global variables but doesn’t set things back properly after doing whatever it is
they’re doing.

There’s not really much I can do to correct that within the Breadcrumb Trail plugin.
The only thing I could do is help you fix the theme/plugin causing the issue. If
this happens, you’ll need to drop by my [support forums](https://themehybrid.com/support)
to get help.

## Reseñas

![](https://secure.gravatar.com/avatar/0771f018c5c481aecb62b5789070e663f32e747831b01c657b7246e43dc9ed21?
s=60&d=retro&r=g)

### 󠀁[Parfait](https://wordpress.org/support/topic/parfait-353/)󠁿

 [dmsr](https://profiles.wordpress.org/dmsr/) 22 de julio de 2022

à utiliser sur tous les sites où vous avez la main sur les fichiers du thème bon
pour la navigation, bon pour le SEO

![](https://secure.gravatar.com/avatar/30cf753e07ba9bf8d68aa2ec9fa8d135cc75dd4f7048848c6e516f6c608d6c0c?
s=60&d=retro&r=g)

### 󠀁[Гарний плагін](https://wordpress.org/support/topic/%d0%b3%d0%b0%d1%80%d0%bd%d0%b8%d0%b9-%d0%bf%d0%bb%d0%b0%d0%b3%d1%96%d0%bd/)󠁿

 [Roman](https://profiles.wordpress.org/web911/) 20 de abril de 2019

Простий, працює з коробки без проблем, легко налаштовується. Мережа сайтів, багатомовні
сайти – все чудово.

![](https://secure.gravatar.com/avatar/58aff5947def01540532681b6980371e27be455d5c8adeb6f60c61424630cbfe?
s=60&d=retro&r=g)

### 󠀁[Easy, Good Documentation, Flawless](https://wordpress.org/support/topic/easy-good-documentation-flawless/)󠁿

 [CyberCobre](https://profiles.wordpress.org/cybercobre/) 16 de febrero de 2018

If you have any knowledge about coding: This is super easy to use, is well-documented(
instructions included in the folder, plus a publicly accessible online page with
all necessary details), and works flawlessly.

![](https://secure.gravatar.com/avatar/b8577ede84ceb511cd21eb298bc2ece54776e2e008a1fa9ef03b59d0a119f328?
s=60&d=retro&r=g)

### 󠀁[Love ya 🙂](https://wordpress.org/support/topic/love-ya/)󠁿

 [gautamgaura](https://profiles.wordpress.org/gautamgaura/) 5 de julio de 2017

I was in need of this plugin and its really amazing! also working good with my version
of Wordpress.

![](https://secure.gravatar.com/avatar/f7acb431ac9c5fb9d639923f4830ac37b0aeca8607a6480eaa9630152c4eb37f?
s=60&d=retro&r=g)

### 󠀁[Great plugin!](https://wordpress.org/support/topic/great-plugin-13059/)󠁿

 [mizukimadness](https://profiles.wordpress.org/mizukimadness/) 8 de marzo de 2017

I never had any trouble with this plugin. It works well out of the box and is also
easy to style with CSS. Thanks!

![](https://secure.gravatar.com/avatar/977609d346e4b25c4f32850eaa8a007f2788553d5ce408c7ff9e5ecd647f8e48?
s=60&d=retro&r=g)

### 󠀁[Simple & flexible.](https://wordpress.org/support/topic/simple-flexible-2/)󠁿

 [84EM](https://profiles.wordpress.org/84em/) 17 de noviembre de 2016

This plugin does exactly what I needed. It’s simple to use and easy to customize.
Nice work.

 [ Leer todas las 30 reseñas ](https://wordpress.org/support/plugin/breadcrumb-trail/reviews/)

## Colaboradores y desarrolladores

«Breadcrumb Trail» es un software de código abierto. Las siguientes personas han
colaborado con este plugin.

Colaboradores

 *   [ Justin Tadlock ](https://profiles.wordpress.org/greenshady/)

«Breadcrumb Trail» ha sido traducido a 9 idiomas locales. Gracias a [los traductores](https://translate.wordpress.org/projects/wp-plugins/breadcrumb-trail/contributors)
por sus contribuciones.

[Traduce «Breadcrumb Trail» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/breadcrumb-trail)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/breadcrumb-trail/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/breadcrumb-trail/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/breadcrumb-trail/)
por [RSS](https://plugins.trac.wordpress.org/log/breadcrumb-trail/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

Please see the `changelog.md` file included with the plugin file. Or, you can view
the [online change log](https://github.com/justintadlock/breadcrumb-trail/blob/master/changelog.md).

## Meta

 *  Version **1.1.0**
 *  Last updated **hace 8 años**
 *  Active installations **10.000+**
 *  WordPress version ** 4.7 o superior **
 *  Tested up to **4.8.28**
 *  PHP version ** 5.2 o superior **
 *  Languages
 * [Danish](https://da.wordpress.org/plugins/breadcrumb-trail/), [Dutch](https://nl.wordpress.org/plugins/breadcrumb-trail/),
   [English (US)](https://wordpress.org/plugins/breadcrumb-trail/), [Finnish](https://fi.wordpress.org/plugins/breadcrumb-trail/),
   [French (France)](https://fr.wordpress.org/plugins/breadcrumb-trail/), [German](https://de.wordpress.org/plugins/breadcrumb-trail/),
   [Greek](https://el.wordpress.org/plugins/breadcrumb-trail/), [Italian](https://it.wordpress.org/plugins/breadcrumb-trail/),
   [Russian](https://ru.wordpress.org/plugins/breadcrumb-trail/) y [Swedish](https://sv.wordpress.org/plugins/breadcrumb-trail/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/breadcrumb-trail)
 * Tags
 * [breadcrumbs](https://es-ec.wordpress.org/plugins/tags/breadcrumbs/)[menu](https://es-ec.wordpress.org/plugins/tags/menu/)
   [navigation](https://es-ec.wordpress.org/plugins/tags/navigation/)
 *  [Vista avanzada](https://es-ec.wordpress.org/plugins/breadcrumb-trail/advanced/)

## Valoraciones

 4.3 out of 5 stars.

 *  [  25 5-star reviews     ](https://wordpress.org/support/plugin/breadcrumb-trail/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/breadcrumb-trail/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/breadcrumb-trail/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/breadcrumb-trail/reviews/?filter=2)
 *  [  5 1-star reviews     ](https://wordpress.org/support/plugin/breadcrumb-trail/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/breadcrumb-trail/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/breadcrumb-trail/reviews/)

## Colaboradores

 *   [ Justin Tadlock ](https://profiles.wordpress.org/greenshady/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/breadcrumb-trail/)

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Dona a este plugin ](https://themehybrid.com/donate)