Title: Full Breadcrumb
Author: Pedro Elsner
Published: <strong>আগস্ট 19, 2012</strong>
Last modified: নভেম্বর 19, 2012

---

প্লাগিন অনুসন্ধান

এই প্লাগইনটি **ওয়ার্ডপ্রেসের সর্বশেষ ৩টি মেজর রিলিজের সাথে পরীক্ষা করা হয়নি**। এটি
আর রক্ষণাবেক্ষণ বা সমর্থন করা নাও হতে পারে এবং ওয়ার্ডপ্রেসের আরও সাম্প্রতিক সংস্করণগুলোর
সাথে ব্যবহার করার সময় কম্প্যাটিবিলিটি ইস্যু থাকতে পারে।

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

# Full Breadcrumb

 তৈরি করেছেন [Pedro Elsner](https://profiles.wordpress.org/pedro-elsner/)

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

 * [বিস্তারিত](https://bn.wordpress.org/plugins/full-breadcrumb/#description)
 * [রিভিউ](https://bn.wordpress.org/plugins/full-breadcrumb/#reviews)
 *  [ইন্সটলেশন](https://bn.wordpress.org/plugins/full-breadcrumb/#installation)
 * [ডেভেলপমেন্ট](https://bn.wordpress.org/plugins/full-breadcrumb/#developers)

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

## Description

 * 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
            )
        )
    );
    ?>
    ```

## Screenshots

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

## Installation

 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,

## Reviews

There are no reviews for this plugin.

## ডেভেলপার এবং কন্ট্রিবিউটর

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

কন্ট্রিবিউটর

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

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

### ডেভেলপমেন্ট এ আগ্রহী?

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

## Changelog

#### 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**
 *  শেষ আপডেট করা হয়েছে **14 বছর আগে**
 *  Active installations **100+**
 *  WordPress version ** 2.8 or higher **
 *  Tested up to **3.4.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/full-breadcrumb/)
 * ট্যাগ
 * [breadcrumb](https://bn.wordpress.org/plugins/tags/breadcrumb/)[breadcrumb for custom posts](https://bn.wordpress.org/plugins/tags/breadcrumb-for-custom-posts/)
   [breadcrumb support taxonomy](https://bn.wordpress.org/plugins/tags/breadcrumb-support-taxonomy/)
   [taxonomy hierarquical](https://bn.wordpress.org/plugins/tags/taxonomy-hierarquical/)
 * টি
 *  [এডভান্সড ভিউ](https://bn.wordpress.org/plugins/full-breadcrumb/advanced/)

## Ratings

 ৫ স্টার এর মধ্যে 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)

[Your review](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/)

## Support

Got something to say? Need help?

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