Title: Simple Breadcrumb
Author: I Wayan sudharmika
Published: <strong>28. Januara 2016.</strong>
Last modified: 17. Februara 2016.

---

Pretražite dodatke

Ovaj dodatak **nije testiran s najnovija 3 glavna izdanja WordPress-a**. Možda se
više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada
se koristi sa novijim verzijama WordPress-a.

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

# Simple Breadcrumb

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

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

 * [Detalji](https://bs.wordpress.org/plugins/simple-breadcrumb/#description)
 * [Recenzije](https://bs.wordpress.org/plugins/simple-breadcrumb/#reviews)
 *  [Instalacija](https://bs.wordpress.org/plugins/simple-breadcrumb/#installation)
 * [Razvoj](https://bs.wordpress.org/plugins/simple-breadcrumb/#developers)

 [Podrška](https://wordpress.org/support/plugin/simple-breadcrumb/)

## Opis

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

#### Mogućnosti

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

## Slike ekrana

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

## Instalacija

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

## ČPP

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

## Recenzije

Nema recenzija za ovaj dodatak.

## Saradnici i programeri

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

Doprinositelji

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

[Prevedi “Simple Breadcrumb” na vaš jezik.](https://translate.wordpress.org/projects/wp-plugins/simple-breadcrumb)

### Zainteresirani za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/simple-breadcrumb/),
pogledajte [SVN spremište](https://plugins.svn.wordpress.org/simple-breadcrumb/)
ili se pretplatite na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/simple-breadcrumb/)
od [RSS](https://plugins.trac.wordpress.org/log/simple-breadcrumb/?limit=100&mode=stop_on_copy&format=rss).

## Zapis promijena

#### 0.1

 * First Release Version

#### 0.2

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

## Meta

 *  Version **0.2**
 *  Last updated **prije 10 godina**
 *  Active installations **50+**
 *  WordPress version ** 3.0.1 ili viša **
 *  Tested up to **4.4.34**
 *  Language
 * [English (US)](https://wordpress.org/plugins/simple-breadcrumb/)
 * Tags
 * [archives](https://bs.wordpress.org/plugins/tags/archives/)[breadcrumb](https://bs.wordpress.org/plugins/tags/breadcrumb/)
   [pages](https://bs.wordpress.org/plugins/tags/pages/)[post](https://bs.wordpress.org/plugins/tags/post/)
 *  [Napredni pogled](https://bs.wordpress.org/plugins/simple-breadcrumb/advanced/)

## Ocjene

No reviews have been submitted yet.

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

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

## Doprinositelji

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

## Podrška

Imate nešto za reći? Trebate pomoć?

 [Pogledaj forum podrške](https://wordpress.org/support/plugin/simple-breadcrumb/)

## Pokloni

Da li bi ste željeli da podržite napredovanje ovog proširenja?

 [ Pokloni ovom proširenju ](http://soumabali.com/)