Title: Full Breadcrumb
Author: Pedro Elsner
Published: <strong>ઓગસ્ટ 19, 2012</strong>
Last modified: નવેમ્બર 19, 2012

---

પ્લગીન શોધો

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](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://gu.wordpress.org/plugins/full-breadcrumb/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/full-breadcrumb/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/full-breadcrumb/#installation)
 * [ડેવલપમેન્ટ](https://gu.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,

## સમીક્ષાઓ

આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ 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/), જોવો
[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/full-breadcrumb/),અથવા
સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/full-breadcrumb/)
દ્વારા[આરઅસઅસ](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.

## મેટા

 *  વર્ઝન **1.2**
 *  છેલ્લી અપડેટ: **14 વર્ષ પહેલા**
 *  સક્રિય સ્થાપનો: **100+**
 *  વર્ડપ્રેસ વર્ઝન ** 2.8 અથવા ઉચ્ચતર **
 *  **3.4.2** સુધી પરીક્ષણ કર્યું
 *  ભાષા
 * [English (US)](https://wordpress.org/plugins/full-breadcrumb/)
 * ટૅગ્સ:
 * [breadcrumb](https://gu.wordpress.org/plugins/tags/breadcrumb/)[breadcrumb for custom posts](https://gu.wordpress.org/plugins/tags/breadcrumb-for-custom-posts/)
   [breadcrumb support taxonomy](https://gu.wordpress.org/plugins/tags/breadcrumb-support-taxonomy/)
   [taxonomy hierarquical](https://gu.wordpress.org/plugins/tags/taxonomy-hierarquical/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/full-breadcrumb/advanced/)

## પૉઇન્ટ્સ

 5 માંથી 4 સ્ટાર.

 *  [  0 5-સ્ટાર સમીક્ષાઓ     ](https://wordpress.org/support/plugin/full-breadcrumb/reviews/?filter=5)
 *  [  2 4-સ્ટાર સમીક્ષાઓ     ](https://wordpress.org/support/plugin/full-breadcrumb/reviews/?filter=4)
 *  [  0 3-સ્ટાર સમીક્ષાઓ     ](https://wordpress.org/support/plugin/full-breadcrumb/reviews/?filter=3)
 *  [  0 2-સ્ટાર સમીક્ષાઓ     ](https://wordpress.org/support/plugin/full-breadcrumb/reviews/?filter=2)
 *  [  0 1-સ્ટાર સમીક્ષાઓ     ](https://wordpress.org/support/plugin/full-breadcrumb/reviews/?filter=1)

[તમારા અભિપ્રાયો](https://wordpress.org/support/plugin/full-breadcrumb/reviews/#new-post)

[બધા  સમીક્ષાઓ જુઓ](https://wordpress.org/support/plugin/full-breadcrumb/reviews/)

## ફાળો આપનારા

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

## સપોર્ટ

કંઈક કહેવું છે? મદદ જોઈએ છે?

 [આધાર ફોરમ જુઓ](https://wordpress.org/support/plugin/full-breadcrumb/)