Title: Simple Breadcrumb
Author: I Wayan sudharmika
Published: <strong>2016 年 1 月 28 日</strong>
Last modified: 2016 年 2 月 17 日

---

搜索插件

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

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

# Simple Breadcrumb

 作者：[I Wayan sudharmika](https://profiles.wordpress.org/sudharmika/)

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

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

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

## 描述

Simple Breadcrumb is an easy simple plugin to let you show breadcrumbs at your page,
post, and archive.
 Breadcrumb is a feature which show a link of the position of
the content which using parental structure. Simple Breadcrumb is so easy to use,
just install it at plugin directory and call the function at your tempalate wherever
you want them to show

#### 产品特点

 * Very easy to install
 * CSS Style Customizable
 * Support default Post, Page, Parental Pages, Categories, Archive
 * Easy to use with php function and shortcode

## 屏幕截图

 * [[
 * This screeenhot show an example of working breadcrumb

## 安装

 1. Upload the plugin files to the `/wp-content/plugins/simple-breadcrumb` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress

#### How to display breadcrumb ?

Using PHP Function, use this php function to call the breadcrumb

    ```
    sb_view_breadcrumb()
    ```

Using Shortcode, copy and paste this shortcode to view the breadcrumb

    ```
    [sb-view-breadcrumb]
    ```

## 常见问题

  1. How to display breadcrumb ?

Use this php function to call the breadcrumb

    ```
    sb_view_breadcrumb()
    ```

Use this shortcode to call the breadcrumb

    ```
    [sb-view-breadcrumb]
    ```

  2. Showing error Call to undefined function sb_view_breadcrumb()

Use this few script before call the function to check if the function exist

    ```
    if (function_exists('sb_view_breadcrumb')) {
          sb_view_breadcrumb();    
        }
    ```

  3. Are the style can be customize

Of course, You can make custom Css of this plugin, simple-breadcrumb using class“
sb_breadcrumb” for this plugin.
 As for the structure of of this simple-breadcrumb
plugin are :

    ```
      <ul class="sb_breadcrumb">
        <li>
          <a href="#">Parent</a>
        </li>
         ........
        <li>
          <a href="#">Child</a>
        </li>
      </ul>
    ```

## 评价

此插件暂无评价。

## 贡献者及开发者

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

贡献者

 *   [ I Wayan sudharmika ](https://profiles.wordpress.org/sudharmika/)

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

### 对开发感兴趣吗?

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

## 更新日志

#### 0.1

 * First Release Version

#### 0.2

 * Rewrite readme.txt
 * Adding shortcode to use the breadcrumb

## 额外信息

 *  版本 **0.2**
 *  最后更新：**10 年前**
 *  活跃安装数量 **50+**
 *  WordPress 版本 ** 3.0.1 或更高版本 **
 *  已测试的最高版本为 **4.4.34**
 *  语言
 * [English (US)](https://wordpress.org/plugins/simple-breadcrumb/)
 * 标签
 * [archives](https://cn.wordpress.org/plugins/tags/archives/)[breadcrumb](https://cn.wordpress.org/plugins/tags/breadcrumb/)
   [pages](https://cn.wordpress.org/plugins/tags/pages/)[post](https://cn.wordpress.org/plugins/tags/post/)
 *  [高级视图](https://cn.wordpress.org/plugins/simple-breadcrumb/advanced/)

## 评级

尚未提交反馈。

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

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

## 贡献者

 *   [ I Wayan sudharmika ](https://profiles.wordpress.org/sudharmika/)

## 支持

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

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

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](http://soumabali.com/)