Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

azurecurve Breadcrumbs

Descripció

Allows breadcrumbs to be placed before and after the content on a page; the azc_b_getbreadcrumbs() function can be added to a theme template to position the breadcrumbs elsewhere on the page.

Plugin supports both text based and arrowed breadcrumbs; styles maintainable via the admin console.

This plugin is multi-site compatible.

This plugin supports language translations. If you want to translate this plugin please sent the .po and .mo files to wordpress.translations@azurecurve.co.uk for inclusion in the next version (full credit will be given). The .pot fie is in the languages folder of the plugin and can also be downloaded from the plugin page on http://development.azurecurve.co.uk.

Instal·lació

To install the plugin:
* Copy the azurcurve-breadcrumbs folder into your plug-in directory.
* Activate the plugin.
* Emable relevant settings via the configuration page in the admin control panel (azurecurve menu).
* If required, add the function azc_b_getbreadcrumbs() to a theme file to place the breadcrumbs (for example, just above or below the page title). Use the following syntax to avoid errors if the plugin is deactivated: if (function_exists(azc_b_getbreadcrumbs)){ echo azc_b_getbreadcrumbs( ‘arrow’); }
* Shortcode getbreadcrumbs can be used anywhere to place breadcrumbs: [getbreadcrumbs=arrow]

PMF

Is this plugin compatible with both WordPress and ClassicPress?
  • Yes, this plugin will work with both.
Can I translate this plugin?
  • Yes, the .pot fie is in the plugin’s languages folder and can also be downloaded from the plugin page on http://development.azurecurve.co.uk; if you do translate this plugin please sent the .po and .mo files to wordpress.translations@azurecurve.co.uk for inclusion in the next version (full credit will be given).

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«azurecurve Breadcrumbs» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

Changes and feature additions for the Breadcrumbs plugin:

1.0.0

  • First version