=== Yoast Breadcrumbs === Contributors: joostdevalk Donate link: http://yoast.com/donate/ Tags: rss, footer Requires at least: 2.2 Tested up to: 2.7 stable tag: 0.7 Easily add breadcrumbs to your template! == Description == Easily add breadcrumbs to your template. More info: * [Yoast Breadcrumbs](http://yoast.com/wordpress/breadcrumbs/). * Read more about how to improve your [WordPress SEO](http://yoast.com/articles/wordpress-seo/), so you can get the most out of this plugin. * Check out the other [Wordpress plugins](http://yoast.com/wordpress/) by the same author. == Installation == Installation is easy: * Download the plugin * Unzip the package and upload the file to your WordPress installation's plugins folder * Enable the plugin * Adjust any settings you want under Settings -> Breadcrumbs * Add the following code to your theme's template(s): `<?php if ( function_exists('yoast_breadcrumb') { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } )?>`