Title: Simple Breadcrumb
Author: I Wayan sudharmika
Published: <strong>28 janvier 2016</strong>
Last modified: 17 février 2016

---

Recherche d’extensions

Cette extension **n’a pas été testée avec plus de trois mises à jour majeures de
WordPress**. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes
de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

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

# Simple Breadcrumb

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

[Télécharger](https://downloads.wordpress.org/plugin/simple-breadcrumb.zip)

 * [Détails](https://fr.wordpress.org/plugins/simple-breadcrumb/#description)
 * [Avis](https://fr.wordpress.org/plugins/simple-breadcrumb/#reviews)
 *  [Installation](https://fr.wordpress.org/plugins/simple-breadcrumb/#installation)
 * [Développement](https://fr.wordpress.org/plugins/simple-breadcrumb/#developers)

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

## Description

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

## Captures d’écrans

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

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/simple-breadcrumb` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activez l’extension sur la page « Extensions » dans 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>
    ```

## Avis

Il n’y a aucun avis pour cette extension.

## Contributeurs/contributrices & développeurs/développeuses

« Simple Breadcrumb » est un logiciel libre. Les personnes suivantes ont contribué
à cette extension.

Contributeurs

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

[Traduisez « Simple Breadcrumb » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/simple-breadcrumb)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/simple-breadcrumb/),
consulter le [SVN dépôt](https://plugins.svn.wordpress.org/simple-breadcrumb/), 
ou s’inscrire au [journal de développement](https://plugins.trac.wordpress.org/log/simple-breadcrumb/)
par [RSS](https://plugins.trac.wordpress.org/log/simple-breadcrumb/?limit=100&mode=stop_on_copy&format=rss).

## Journal des modifications

#### 0.1

 * First Release Version

#### 0.2

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

## Méta

 *  Version **0.2**
 *  Dernière mise à jour **il y a 10 ans**
 *  Installations actives **50+**
 *  Version de WordPress ** 3.0.1 ou plus **
 *  Testé jusqu’à **4.4.34**
 *  Langue
 * [English (US)](https://wordpress.org/plugins/simple-breadcrumb/)
 * Étiquettes
 * [archives](https://fr.wordpress.org/plugins/tags/archives/)[breadcrumb](https://fr.wordpress.org/plugins/tags/breadcrumb/)
   [pages](https://fr.wordpress.org/plugins/tags/pages/)[post](https://fr.wordpress.org/plugins/tags/post/)
 *  [Vue avancée](https://fr.wordpress.org/plugins/simple-breadcrumb/advanced/)

## Évaluations

Aucun avis n’a encore été envoyé.

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

[Voir tous les avis](https://wordpress.org/support/plugin/simple-breadcrumb/reviews/)

## Contributeurs

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

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/simple-breadcrumb/)

## Faire un don

Souhaitez-vous soutenir l’avancement de cette extension ?

 [ Faire un don à cette extension ](http://soumabali.com/)