Breadcrumbs v1.3.4 Released

Breadcrumbs

Allows breadcrumbs to be placed before and after the content on a post, page or other post type.

The getbreadcrumbs() function can be added to a theme template to position the breadcrumbs elsewhere on the page such as before the post heading; the

azurecurve » Breadcrumbs v1.3.4 Released

shortcode can also be used to place breadcrumbs.

Function usage, to avoid errors if the plugin is not active is:

if (function_exists(azrcrv_getbreadcrumbs)){
    echo azrcrv_getbreadcrumbs('arrow');
}

Shortcode usage is

azurecurveBreadcrumbs v1.3.4 Released

or

azurecurve » Breadcrumbs v1.3.4 Released

to choose between arrow and text breadcrumbs.

The plugin supports both text based and arrow breadcrumbs; styles maintainable via the admin console.

Backward compatibility for those migrating from WordPress to ClassicPress has been maintained by retaining the azc_b_getbreadcrumbs() function..

This plugin is multisite compatible; each site will need settings to be configured in the admin dashboard.

note Changelog

  • Update readme files.
  • update language template.
  • Fix bug with azurecurve menu.

arrow_down Download

Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

bug Support

If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.

lightbulb Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

Leave a Reply

Your email address will not be published. Required fields are marked *