Title: Simple Breadcrumb
Author: I Wayan sudharmika
Published: <strong>28.01.2016</strong>
Last modified: 17.02.2016

---

Поиск плагинов

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями 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://ru.wordpress.org/plugins/simple-breadcrumb/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/simple-breadcrumb/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/simple-breadcrumb/#installation)
 * [Разработка](https://ru.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/),
или подпишитесь на [журнал разработки](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://ru.wordpress.org/plugins/tags/archives/)[breadcrumb](https://ru.wordpress.org/plugins/tags/breadcrumb/)
   [pages](https://ru.wordpress.org/plugins/tags/pages/)[post](https://ru.wordpress.org/plugins/tags/post/)
 *  [Дополнительно](https://ru.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/)