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.

azurecurve Breadcrumbs

Description

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.

Installation

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]

FAQ

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

Reviews

There are no reviews for this plugin.

Contributors & Developers

“azurecurve Breadcrumbs” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

Changes and feature additions for the Breadcrumbs plugin:

1.0.0

  • First version