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://as.wordpress.org/plugins/simple-breadcrumb/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/simple-breadcrumb/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/simple-breadcrumb/#installation)
 * [বিকাশ](https://as.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

#### Features

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

## সঘনাই উত্থাপিত প্ৰশ্ন

  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/) চাওক নাইবা 
[RSS](https://plugins.trac.wordpress.org/log/simple-breadcrumb/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/simple-breadcrumb/)
ছাবস্ক্ৰাইব কৰক।

## সলনি-পঞ্জী

#### 0.1

 * First Release Version

#### 0.2

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

## মেটা

 *  **0.2** সংস্কৰণ
 *  **10 বছৰ আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **40+**
 *  WordPress-ৰ সংস্কৰণ ** 3.0.1 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **4.4.34**
 *  ভাষা
 * [English (US)](https://wordpress.org/plugins/simple-breadcrumb/)
 * [archives](https://as.wordpress.org/plugins/tags/archives/)[breadcrumb](https://as.wordpress.org/plugins/tags/breadcrumb/)
   [pages](https://as.wordpress.org/plugins/tags/pages/)[post](https://as.wordpress.org/plugins/tags/post/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.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/)

## দান কৰক

আপুনি এই প্লাগিনৰ উন্নতিৰ প্ৰতি সাহায্য আগবঢ়াব বিচাৰেনে?

 [ এই প্লাগিনক অনুদান দিয়ক ](http://soumabali.com/)