On the breadcrumbs install page the code that you need to add to your template seems to get cut off. Can someone fill in the ramainder of the codes for me please.
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">',
<?php if ( function_exists('yoast_breadcrumb') ) { $breadcrumbs = yoast_breadcrumb
holliday22
Member
Posted 2 weeks ago #
I'm having the same problem. Did you ever figure it out?
I'm not even getting that much code...
So much for support... two weeks and no answer!?
And please all plugin-writers... Why don't you include the code in the "readme" file?...
Well, off to find another breadcrumb plugin...
By looking in the code of the install webpage I found the missing text for the link and took out the formatting - better still - it works! :)
<?php if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?>