WP Manifestindependent plugin directory
manifest / seo / xen-breadcrumbs

Xen Breadcrumbs

Wordpress Plugin to provide Xenforo Style Breadcrumbs

by Howard Ehrenberg · github.com/duckdivers/xen-breadcrumbs · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/duckdivers/xen-breadcrumbs/archive/refs/heads/master.zip

Declares an update source (https://github.com/DuckDivers/xen-breadcrumbs), so updates arrive through the plugin's own updater.

Readme

xen-breadcrumbs

Xenforo Style Breadcrumbs for Wordpress

Plugin for Wordpress to include Breadcrumb trail similar to Xenforo.

Activate Plugin and simply add the following to your header.php template or wherever you want the breadcrumbs to go:

    <?php if (function_exists('breadcrumbs')) {
            breadcrumbs();
        }; ?>

Options include :

  • Show on Homepage
  • Show Current Page
Screenshot of Breadcrumbs enabled on 2016 Theme: ![alt tag](https://dl.dropboxusercontent.com/u/44674758/xen-breadcrumbs-2016-theme.PNG)

Admin Screenshot: alt tag

Read the full README on GitHub →

Releases

TagPublished
1.4.1 Jun 27, 2016
1.4 Jun 11, 2016
1.3.4 Jun 11, 2016
1.3.3 Jun 11, 2016

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.