Title: Full Breadcrumb
Author: Pedro Elsner
Published: <strong>2012년 8월 19일</strong>
Last modified: 2012년 11월 19일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](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://ko.wordpress.org/plugins/full-breadcrumb/#description)
 * [평가](https://ko.wordpress.org/plugins/full-breadcrumb/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/full-breadcrumb/#installation)
 * [개발](https://ko.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,

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“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/)를 확인하시거나,
[개발 기록](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.

## 기초

 *  버전 **1.2**
 *  최근 업데이트: **14년 전**
 *  활성화된 설치 **100+**
 *  워드프레스 버전 ** 2.8 또는 그 이상 **
 *  다음까지 시험됨: **3.4.2**
 *  언어
 * [English (US)](https://wordpress.org/plugins/full-breadcrumb/)
 * 태그:
 * [breadcrumb](https://ko.wordpress.org/plugins/tags/breadcrumb/)[breadcrumb for custom posts](https://ko.wordpress.org/plugins/tags/breadcrumb-for-custom-posts/)
   [breadcrumb support taxonomy](https://ko.wordpress.org/plugins/tags/breadcrumb-support-taxonomy/)
   [taxonomy hierarquical](https://ko.wordpress.org/plugins/tags/taxonomy-hierarquical/)
 *  [고급 보기](https://ko.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)

[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/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/full-breadcrumb/)