Yoast Breadcrumbs with clipper
Hi,
I would like to use breadcrumbs (plugin from yoast) with my clipper theme. Can anybody tell me where do I have to paste the code:
....
http://yoast.com/wordpress/breadcrumbs/
5. Add the following code to your theme’s template(s):
1 <?php if ( function_exists('yoast_breadcrumb') ) {
2 yoast_breadcrumb('<p id="breadcrumbs">','</p>');
3 } ?> ....
regards
matthias