Title: Simple Breadcrumb
Author: I Wayan sudharmika
Published: <strong>جنوری 28, 2016</strong>
Last modified: فبروری 17, 2016

---

جستجوی افزونه‌ها

این افزونه **با آخرین 3 نسخه اصلی وردپرس تست نشده است**. ممکن است دیگر نگهداری یا
پشتیبانی نشود و ممکن است هنگام استفاده با نسخه های جدیدتر وردپرس مشکلات سازگاری 
داشته باشد.

![](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://fa-af.wordpress.org/plugins/simple-breadcrumb/#description)
 * [نقد و بررسی‌ها](https://fa-af.wordpress.org/plugins/simple-breadcrumb/#reviews)
 *  [نصب](https://fa-af.wordpress.org/plugins/simple-breadcrumb/#installation)
 * [توسعه](https://fa-af.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

## نصب

 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

## اطلاعات

 *  Version **0.2**
 *  Last updated **10 سال پیش**
 *  Active installations **50+**
 *  WordPress version ** 3.0.1 یا بالاتر **
 *  Tested up to **4.4.34**
 *  Language
 * [English (US)](https://wordpress.org/plugins/simple-breadcrumb/)
 * Tags
 * [archives](https://fa-af.wordpress.org/plugins/tags/archives/)[breadcrumb](https://fa-af.wordpress.org/plugins/tags/breadcrumb/)
   [pages](https://fa-af.wordpress.org/plugins/tags/pages/)[post](https://fa-af.wordpress.org/plugins/tags/post/)
 *  [نمایش پیشرفته](https://fa-af.wordpress.org/plugins/simple-breadcrumb/advanced/)

## امتیازها

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/)

## مشارکت کنندگان

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

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/simple-breadcrumb/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](http://soumabali.com/)