Este plugin não foi testado com as 3 últimas grandes versões do WordPress. Pode já não ser suportado e pode ter problemas de compatibilidade quando usado com versões mais recentes do WordPress.

azurecurve Breadcrumbs

Descrição

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.

Instalação

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]

Perguntas frequentes

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

Avaliações

Este plugin não tem avaliações.

Contribuidores e programadores

“azurecurve Breadcrumbs” é software de código aberto. As seguintes pessoas contribuíram para este plugin:

Contribuidores

Registo de alterações

Changes and feature additions for the Breadcrumbs plugin:

1.0.0

  • First version