Posts

Showing posts with the label breadcrumb wordpress plugin

Best breadcrumb plugin for Wordpress - tried and tested

This breadcrumb Wordpress plugin is very simple to install and use and it has been tried and tested on all my Wordpress instrallations In your Wordpress admin backend search for "Really Simple Breadcrumb" Download and Install the plugin Add the code below to page.php <?php if(function_exists(simple_breadcrumb) && !is_front_page()) {simple_breadcrumb();} ?> NB: The PHP code above will show the breadcrumb on all pages except the homepage Add .breadcrumb { } to your CSS stylesheet Edit CSS breadcrumb class accordingly