Title: Simple Breadcrumb
Author: I Wayan sudharmika
Published: <strong>Enero 28, 2016</strong>
Last modified: Pebrero 17, 2016

---

Maghanap ng mga plugin

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

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

# Simple Breadcrumb

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

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

 * [Mga Detalye](https://tl.wordpress.org/plugins/simple-breadcrumb/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/simple-breadcrumb/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/simple-breadcrumb/#installation)
 * [Development](https://tl.wordpress.org/plugins/simple-breadcrumb/#developers)

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

## Deskripsyon

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

#### Mga Tampok

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

## Mga Screenshot

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

## Pag-install

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

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “Simple Breadcrumb” ay open source software. Ang mga sumusunod na tao ay nag-
ambag sa plugin na ito.

Mga Contributor

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

[Isalin ang “Simple Breadcrumb” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/simple-breadcrumb)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/simple-breadcrumb/),
i-check ang [SVN repository](https://plugins.svn.wordpress.org/simple-breadcrumb/),
o mag-subscribe sa [development log](https://plugins.trac.wordpress.org/log/simple-breadcrumb/)
sa pamamagitan ng [RSS](https://plugins.trac.wordpress.org/log/simple-breadcrumb/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.1

 * First Release Version

#### 0.2

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

## Meta

 *  Bersyon **0.2**
 *  Huling na-update **10 taon ang nakalipas**
 *  Mga aktibong installation **50+**
 *  Bersyon ng WordPress ** 3.0.1 o mas bago **
 *  Sinubukan hanggang **4.4.34**
 *  Wika
 * [English (US)](https://wordpress.org/plugins/simple-breadcrumb/)
 * Mga Tag
 * [archives](https://tl.wordpress.org/plugins/tags/archives/)[breadcrumb](https://tl.wordpress.org/plugins/tags/breadcrumb/)
   [pages](https://tl.wordpress.org/plugins/tags/pages/)[post](https://tl.wordpress.org/plugins/tags/post/)
 *  [Advanced View](https://tl.wordpress.org/plugins/simple-breadcrumb/advanced/)

## Mga Rating

No reviews have been submitted yet.

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

[Tingnan lahat ng review](https://wordpress.org/support/plugin/simple-breadcrumb/reviews/)

## Mga Contributor

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

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/simple-breadcrumb/)

## Mag-donate

Gusto mo bang suportahan ang pagpapaunlad ng plugin na ito?

 [ Mag-donate sa plugin na ito ](http://soumabali.com/)