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.zipDeclares 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
Admin Screenshot:
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.