Title: Dadi Breadcrumb
Author: iljester
Published: <strong>juni 6, 2016</strong>
Last modified: oktober 31, 2020

---

Search plugins

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

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/dadi-breadcrumb_cadcda.svg)

# Dadi Breadcrumb

 By [iljester](https://profiles.wordpress.org/davidemura/)

[Download](https://downloads.wordpress.org/plugin/dadi-breadcrumb.zip)

 * [Details](https://fao.wordpress.org/plugins/dadi-breadcrumb/#description)
 * [Reviews](https://fao.wordpress.org/plugins/dadi-breadcrumb/#reviews)
 *  [Installation](https://fao.wordpress.org/plugins/dadi-breadcrumb/#installation)
 * [Development](https://fao.wordpress.org/plugins/dadi-breadcrumb/#developers)

 [Support](https://wordpress.org/support/plugin/dadi-breadcrumb/)

## Description

Dadi Breadcrumb inserts a powerful and hight customizable breadcrumb in your theme.
You can customize it like you want. For example, you can define the
 specific target
category of your breadcrumb for each post and post type, provided that this term/
category is assigned to your post.

Available features:

 * You can set insert type in your theme (manually, with jquery, with hook)
 * You can insert term/category (with or without parent) for each post (and for 
   each custom post type)
 * You can set and insert date in your breadcrumb
 * You can define a virtual directory in the breadcrumb
 * You can define custom post title and/or you can cut title globally
 * You can define type of icon for home link (glyphicon or image)
 * You can define if custom post type label/name will be as a link or not
 * You can set type of separator and add custom separators
 * You can define type of name for author page
 * You can define own style for breadcrumb

Translations: italian

## Installation

 1. Download and extract plugin files to a wp-content/plugin directory.
 2. Activate the plugin through the WordPress admin interface.
 3. Customize your breadcrumb in settings/dadi breadcrumb and in the metabox in post/
    page or custom post type editor.

If you have any questions or problems please make a post here: https://wordpress.
org/tags/dadi-breadcrumb

## FAQ

### I check insert breadcrumb with jQuery, but breadcrumb not shows

You must define a class or id in dadi breadcrumb settings page. This id or class
must exists in your theme. So, if not exists, breadcrumb don’t shows. In this
 case
you could access in your template and add class or id in a tag target (example: 
div) that you want.

### I have inserted breadcrumb with jQuery and in 404 error page I have inserted breadcrumb manually. Now breadcrumb is shown doubly!

Pheraps have you inserted breadcrumb in header and not in 404 error page? In this
case, breadcrumb could be shown doubly! You must insert breadcrumb only
 in the 
404 error page. Alternatively, if you want insert breadcrumb in header, you must
use native conditional tag for 404 error page. Example:

    ```
    is_404() ? get_dadi_breadcrumb() : '';
    ```

### I can insert custom separators?

Yes, you can. You must define your custom separators in your theme file functions.
php. You can use an array of custom separators or a single custom separator.
 Example.
Array:

    ```
    $my_custom_separators = array( '\', '-', ':' );
    ```

Now you simpy call function in your theme:

    ```
    if( function_exists( 'add_custom_separator_to_dadi_breadcrumb' ) ) add_custom_separator_to_dadi_breadcrumb( $my_custom_separators );
    ```

Or if you want insert only a separator:

    ```
    if( function_exists( 'add_custom_separator_to_dadi_breadcrumb' ) ) add_custom_separator_to_dadi_breadcrumb( '/' );
    ```

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Dadi Breadcrumb” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ iljester ](https://profiles.wordpress.org/davidemura/)

[Translate “Dadi Breadcrumb” into your language.](https://translate.wordpress.org/projects/wp-plugins/dadi-breadcrumb)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/dadi-breadcrumb/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/dadi-breadcrumb/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/dadi-breadcrumb/)
by [RSS](https://plugins.trac.wordpress.org/log/dadi-breadcrumb/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.2

 * Risolve minor bugs

#### 1.1.1

 * Add conditional is_object() in the get_dadibd_display_term_tree function
 * Correct bug in get_dadibd_term_id function to display default category if is 
   not checked no default cat
 * Deprecate remove_second_dadi_breadcrumb function (will be removed in the next
   major release)
 * Correct bug option auto_append_breadcrumb in get_dadi_breadcrumb_above_the_loop
   and get_dadi_breadcrumb_with_jquery functions

#### 1.1

 * Add microformat in the breadcrumb

#### 1.0

 * Initial version

## Meta

 *  Version **1.1.2**
 *  Last updated **6 ár ago**
 *  Active installations **10+**
 *  Language
 * [English (US)](https://wordpress.org/plugins/dadi-breadcrumb/)
 *  [Advanced View](https://fao.wordpress.org/plugins/dadi-breadcrumb/advanced/)

## Ratings

No reviews have been submitted yet.

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

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

## Contributors

 *   [ iljester ](https://profiles.wordpress.org/davidemura/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/dadi-breadcrumb/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.iljester.it/plugins/dadi-breadcrum/)