Title: Simple Breadcrumb
Author: I Wayan sudharmika
Published: <strong>Январь 28, 2016-ж.</strong>
Last modified: Февраль 17, 2016-ж.

---

Плагиндерди издөө

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of 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://kir.wordpress.org/plugins/simple-breadcrumb/#description)
 * [Сын-пикирлер](https://kir.wordpress.org/plugins/simple-breadcrumb/#reviews)
 *  [Орнотуу](https://kir.wordpress.org/plugins/simple-breadcrumb/#installation)
 * [Development](https://kir.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⌉⌊This screeenhot show an
example of working breadcrumb⌉[

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.KG

  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>
    ```

## Сын-пикирлер

There are no reviews for this plugin.

## Contributors & Developers

“Simple Breadcrumb” is open source software. The following people have contributed
to this plugin.

Мүчөлөрү

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

[Translate “Simple Breadcrumb” into your language.](https://translate.wordpress.org/projects/wp-plugins/simple-breadcrumb)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/simple-breadcrumb/),
check out the [SVN repository](https://plugins.svn.wordpress.org/simple-breadcrumb/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/simple-breadcrumb/)
by [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**
 *  Акыркы жаңыртуу **11 жыл мурун**
 *  Активдүү орнотуулар **40+**
 *  WordPress нускасы ** 3.0.1 же андан жогору **
 *  Tested up to **4.4.34**
 *  Тил
 * [English (US)](https://wordpress.org/plugins/simple-breadcrumb/)
 * Тег:
 * [archives](https://kir.wordpress.org/plugins/tags/archives/)[breadcrumb](https://kir.wordpress.org/plugins/tags/breadcrumb/)
   [pages](https://kir.wordpress.org/plugins/tags/pages/)[post](https://kir.wordpress.org/plugins/tags/post/)
 *  [Advanced View](https://kir.wordpress.org/plugins/simple-breadcrumb/advanced/)

## Рейтинг

Азырынча эч кандай сын-пикир жок.

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

[See all reviews](https://wordpress.org/support/plugin/simple-breadcrumb/reviews/)

## Мүчөлөрү

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

## Колдоо

Комментарийлер барбы? Жардам керекпи?

 [Колдоо форумун көрүү](https://wordpress.org/support/plugin/simple-breadcrumb/)

## Кайрымдуулук

Would you like to support the advancement of this plugin?

 [ Кайрымдуулук кылуу ](http://soumabali.com/)