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://ja.wordpress.org/plugins/simple-breadcrumb/#description)
 * [レビュー](https://ja.wordpress.org/plugins/simple-breadcrumb/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/simple-breadcrumb/#installation)
 * [開発](https://ja.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]
    ```

## FAQ

  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/)をチェック
するか、[開発ログ](https://plugins.trac.wordpress.org/log/simple-breadcrumb/)を 
[RSS](https://plugins.trac.wordpress.org/log/simple-breadcrumb/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 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://ja.wordpress.org/plugins/tags/archives/)[breadcrumb](https://ja.wordpress.org/plugins/tags/breadcrumb/)
   [pages](https://ja.wordpress.org/plugins/tags/pages/)[post](https://ja.wordpress.org/plugins/tags/post/)
 *  [詳細を表示](https://ja.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/)