Hi,,
I installed yoast WordPress SEO plugin 1.1.9
I put this code in single.php file. But it's show only HOME>>POST TITLE
Not HOME>>CATEGORY>>POST TITLE
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>
PLEASE HELP ME