Title: SEO BreadCrumb
Author: redsnow_
Published: <strong>2013 年 10 月 24 日</strong>
Last modified: 2013 年 10 月 28 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

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

# SEO BreadCrumb

 作者：[redsnow_](https://profiles.wordpress.org/redsnow_/)

[下载](https://downloads.wordpress.org/plugin/seo-breadcrumb.1.0.2.zip)

 * [详情](https://cn.wordpress.org/plugins/seo-breadcrumb/#description)
 * [评价](https://cn.wordpress.org/plugins/seo-breadcrumb/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/seo-breadcrumb/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/seo-breadcrumb/#developers)

 [支持](https://wordpress.org/support/plugin/seo-breadcrumb/)

## 描述

This plugin adds the function to display breadcrumbs (topic path) navigation that
supports HTML5 micorodata. You can use display styles, lots of parameters of styles
and original plugin hooks of breadcrumbs navigation, and you can customize navigations
flexibly.
 Forked “[Prime Strategy Bread Crumb](https://wordpress.org/plugins/prime-strategy-bread-crumb/)“

#### Examples

**Default**
 Template Tag

    ```
    <?php if (function_exists('bread_crumb')) bread_crumb(); ?>
    ```

Output Sample

    ```
    <div id="breadcrumb" class="bread_crumb">
        <div itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
            <a href="http://www.example.com/" itemprop="url">
                <span itemprop="title">Home</span>
            </a>  &gt; 
        </div>
        <div itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
            <a href="http://www.example.com/?cat=2" itemprop="url">
                <span itemprop="title">Seminar</span>
            </a>  &gt; 
        </div>
        <div itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
            <a href="http://www.example.com/?cat=4" itemprop="url">
                <span itemprop="title">Tokyo</span>
            </a>  &gt; 
        </div>
    </div>
    ```

**List types**
 Template Tag

    ```
    <?php if (function_exists('bread_crumb')) bread_crumb('type=list'); ?>
    ```

Output sample

    ```
    <div id="breadcrumb" class="bread_crumb">
        <ul>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb" class="level-1 top">
                <a href="http://www.example.com/" itemprop="url">
                    <span itemprop="title">トップページ</span>
                </a> &gt; 
            </li>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb" class="level-2 sub">
                <a href="http://www.example.com/?cat=2" itemprop="url">
                    <span itemprop="title">Seminar</span>
                </a> &gt; 
            </li>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb" class="level-3 sub">
                <a href="http://www.example.com/?cat=4" itemprop="url">
                    <span itemprop="title">Tokyo</span>
                </a> &gt; 
            </li>
        </ul>
    </div>
    ```

#### Special Thanks

### Links

https://github.com/nobuhiko/seo-breadcrumb

## 屏幕截图

[⌊Output Sample of a breadcrumbs navigation⌉⌊Output Sample of a breadcrumbs navigation⌉[

Output Sample of a breadcrumbs navigation

## 安装

 1. Upload SEO Bread Cumb plugin folder you downloaded to the plugin directory.
 2. Go to the plugin menu of Admin, and activate “SEO Bread Crumb” plugin.
 3. Add a template tag “bread_crumb” of page navigation to the place where you would
    like to display breadcrumbs navigation in your theme. See below about parametes
    you can specify by template tags.

#### Parameters

**type** If you specify “string”, output strings instead of list. Default: list

**home_label** Texts displayed on front page. Default: home

**search_label** Texts displayed on search results. Default: Search Results of “%
s” (%s : search strings)

**404_label** Texts displayed on 404 page. Default: 404 Not Found

**category_label** Texts displayed on categories. Default: %s (%s is a category 
label.)

**tag_label** Texts displayed on tags. Default: %s (%s is a tag label)

**taxonomy_label** Texts displayed on taxonomies. Default: %s (%s is a taxonomy 
label)

**author_label** Texts displayed on authors’ page. Default: %s (%s is author’s name)

**attachment_label** Texts displayed on attachments. Default: %s (%s is an attachment’s
name)

**year_label** Texts displayed on Yearly Archives. Default: %s (%s is a year)

**month_label** Texts displayed on Monthly Archives. Default: %s (%s is monthly-
display-type specified on date format)

**day_label** Texts displayed on Daily Archives. Default: %s (%s is a day)

**post_type_label** Texts displayed on custom post type archives. Default: %s (%
s is custom post type label)

**joint_string** If you specify “string” on type, strings between texts. Default:”&
gt; ” ( > )

**navi_element** Name of wrapper elements. You can select div or nav. Default: div

**elm_class** Name of wrapper class. If no wrapper element and type is “list”, name
of “ul” class will be displayed. Default: bread_crumb

**elm_id** Name of wrapper id. iF no wrapper element and type is “list”, name of“
ul” id will be displayed. Default: breadcrumb

**li_class** Name of class added to li if type is “list”. Default: none (no class)

**class_prefix** prefix added to each class. Default: none (no prefix)

**current_class** Name of class added to breadcrumbs navigation on current page 
where you see. Default: current

**indent** Number of tab indent. Default: 0

**echo** Output or not. Default: true (output). If you specify 0 or false, return
values as PHP.

**disp_current** current page Output or not. Default: false (not). If you specify
0 or false, return values as PHP.

## 评价

此插件暂无评价。

## 贡献者及开发者

「SEO BreadCrumb」是开源软件。 以下人员对此插件做出了贡献。

贡献者

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

[帮助将「SEO BreadCrumb」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/seo-breadcrumb)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/seo-breadcrumb/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/seo-breadcrumb/)，或通过[RSS](https://plugins.trac.wordpress.org/log/seo-breadcrumb/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/seo-breadcrumb/)。

## 更新日志

#### 1.0.2

 * Update japan language
 * Update readme.txt

#### 1.0.1

 * Update japan language

#### 1.0.0

 * Opening to the public

## 额外信息

 *  版本 **1.0.2**
 *  最后更新：**13 年前**
 *  活跃安装数量 **100+**
 *  WordPress 版本 ** 3.1 或更高版本 **
 *  已测试的最高版本为 **3.7.41**
 *  语言
 * [English (US)](https://wordpress.org/plugins/seo-breadcrumb/)
 * 标签
 * [breadcrumb](https://cn.wordpress.org/plugins/tags/breadcrumb/)[microdata](https://cn.wordpress.org/plugins/tags/microdata/)
   [topic path](https://cn.wordpress.org/plugins/tags/topic-path/)
 *  [高级视图](https://cn.wordpress.org/plugins/seo-breadcrumb/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/seo-breadcrumb/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/seo-breadcrumb/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/seo-breadcrumb/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/seo-breadcrumb/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/seo-breadcrumb/reviews/?filter=1)

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

[查看全部评论](https://wordpress.org/support/plugin/seo-breadcrumb/reviews/)

## 贡献者

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

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/seo-breadcrumb/)