Very Simple Breadcrumb Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
A simple wordpress breadcrumb plugin. It’s very easy to use with a simple shortcode. Call the the_vs_breadcrumb() function in single.php file and others files where you want to display the breadcrumbs on your WordPress site.
Demo
Go to More Details
Usage
Follow the instructions below.
1. Call the the_vs_breadcrumb() function in single.php file and others files where you want to display the breadcrumbs on your WordPress site.
<div class="breadcrumb"> <?php the_vs_breadcrumb(); ?> </div>