Title: Full Breadcrumb
Author: Pedro Elsner
Published: <strong>19.08.2012</strong>
Last modified: 19.11.2012

---

Търсене на разширения

Това разширение **не е обновявано повече от 2 години**. Може вече да не се поддържа
и да има проблеми със съвместимостта при използването му на по-нови версии на WordPress.

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

# Full Breadcrumb

 От [Pedro Elsner](https://profiles.wordpress.org/pedro-elsner/)

[Изтегляне](https://downloads.wordpress.org/plugin/full-breadcrumb.zip)

 * [Детайли](https://bg.wordpress.org/plugins/full-breadcrumb/#description)
 * [Оценки](https://bg.wordpress.org/plugins/full-breadcrumb/#reviews)
 *  [Инсталиране](https://bg.wordpress.org/plugins/full-breadcrumb/#installation)
 * [Разработка](https://bg.wordpress.org/plugins/full-breadcrumb/#developers)

 [Поддръжка](https://wordpress.org/support/plugin/full-breadcrumb/)

## Описание

 * Support Hierarquical Taxonomies

Show breadcrumb in pages, posts, custom posts, categories, taxonomies, tags, authors,
attachments and archives.

#### Basic Usage

Put this code `<?php if (function_exists('show_full_breadcrumb')) show_full_breadcrumb();?
>` in your theme and enjoy!

Or, for to get the breadcrumb: `<?php if (function_exists('get_full_breadcrumb'))
$var = get_full_breadcrumb(); ?>`

In `get_full_breadcrumb` you can use the additional parameter `'type' => 'array'`
to return an array with the links. eg. `array( 'type' => 'array' )`

#### Basic Customization

    ```
    <?php
    show_full_breadcrumb(
        array(
            'separator' => array(
                'content' => '&raquo;'
            ), // set FALSE to hide
            'home' => array(
                'showLink' => false
            )
        )
    );
    ?>
    ```

#### Advanced Customization

    ```
    <?php
    if (function_exists('show_full_breadcrumb')) show_full_breadcrumb(
        array(
            'labels' => array(
                'local'  => __('You are here:'), // set FALSE to hide
                'home'   => __('Home'),
                'page'   => __('Page'),
                'tag'    => __('Tag'),
                'search' => __('Searching for'),
                'author' => __('Published by'),
                '404'    => __('Error 404 &rsaquo; Page not found')
            ),
            'separator' => array(
                'element' => 'span',
                'class'   => 'separator',
                'content' => '&rsaquo;'
            ), // set FALSE to hide
            'local' => array(
                'element' => 'span',
                'class'   => 'local'
            ),
            'home' => array(
                'showLink'       => false,
                'showBreadcrumb' => true
            ),
            'actual' => array(
                'element' => 'span',
                'class'   => 'actual'
            ), // set FALSE to hide
            'quote' => array(
                'tag'    => true,
                'search' => true
            ),
            'page_ancestors' => array(
                'showLink' => false
            )
        )
    );
    ?>
    ```

#### Settings for Portuguese-BR

    ```
    <?php
    if (function_exists('show_full_breadcrumb')) show_full_breadcrumb(
        array(
            'labels' => array(
                'local'  => __('Você está aqui:'), // set FALSE to hide
                'home'   => __('Início'),
                'page'   => __('Página'),
                'tag'    => __('Etiqueta'),
                'search' => __('Buscando'),
                'author' => __('Publicado por'),
                '404'    => __('Error 404 &rsaquo; Página não encontrada')
            ),
            'separator' => array(
                'element' => 'span',
                'class'   => 'separator',
                'content' => '&rsaquo;'
            ), // set FALSE to hide
            'home' => array(
                'showLink' => true
            )
        )
    );
    ?>
    ```

## Снимки на разширението

[⌊The Full Breadcrumb in my (Pedro Elsner) website =)⌉⌊The Full Breadcrumb in my(
Pedro Elsner) website =)⌉[

The Full Breadcrumb in my (Pedro Elsner) website =)

## Инсталиране

 1. Go to your admin area and select Plugins -> Add new from the menu.
 2. Search for „Full Breadcrumb“.
 3. Click install.
 4. Click activate.
 5. Put this code `<?php if (function_exists('show_full_breadcrumb')) show_full_breadcrumb();?
    >` in your theme and enjoy!

See the [description tab](https://wordpress.org/extend/plugins/full-breadcrumb/screenshots/)
to know how customize. the breadcrumb,

## Отзиви

There are no reviews for this plugin.

## Сътрудници и разработчици

“Full Breadcrumb” е софтуер с отворен код. Към разширението са допринесли следните
хора:

Сътрудници

 *   [ Pedro Elsner ](https://profiles.wordpress.org/pedro-elsner/)

[Превеждане на “Full Breadcrumb” на вашия език.](https://translate.wordpress.org/projects/wp-plugins/full-breadcrumb)

### Имате интерес към разработване?

[Преглеждане на кода](https://plugins.trac.wordpress.org/browser/full-breadcrumb/),
разглеждане на [SVN хранилище](https://plugins.svn.wordpress.org/full-breadcrumb/),
или абонамент към [програмната история (log)](https://plugins.trac.wordpress.org/log/full-breadcrumb/)
чрез [RSS](https://plugins.trac.wordpress.org/log/full-breadcrumb/?limit=100&mode=stop_on_copy&format=rss).

## Списък с промени

#### 1.2

 * Added a option to enable links to page’s acestors.
 * Added a option to disable the element in actual.
 * Bug correction. Returns a empty register in array.

#### 1.1

 * Bug correction. Breaks on author without published posts.
 * Include all category hierarchy of the post.
 * Added a option to return as array.
 * Added a option to disable the quotes in search and tags.
 * Added a option to hide the separator.

#### 1.0

 * First revision.

## Мета

 *  Version **1.2**
 *  Last updated **Преди 14 години **
 *  Active installations **100+**
 *  WordPress version ** 2.8 или по-висока **
 *  Tested up to **3.4.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/full-breadcrumb/)
 * Tags
 * [breadcrumb](https://bg.wordpress.org/plugins/tags/breadcrumb/)[breadcrumb for custom posts](https://bg.wordpress.org/plugins/tags/breadcrumb-for-custom-posts/)
   [breadcrumb support taxonomy](https://bg.wordpress.org/plugins/tags/breadcrumb-support-taxonomy/)
   [taxonomy hierarquical](https://bg.wordpress.org/plugins/tags/taxonomy-hierarquical/)
 *  [Разширен изглед](https://bg.wordpress.org/plugins/full-breadcrumb/advanced/)

## Оценки

 4 out of 5 stars.

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

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

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

## Сътрудници

 *   [ Pedro Elsner ](https://profiles.wordpress.org/pedro-elsner/)

## Поддръжка

Имате да кажете нещо? Имете нужда от помощ?

 [Разглеждане на форумите за поддръжка](https://wordpress.org/support/plugin/full-breadcrumb/)