[Plugin: WordPress SEO by Yoast] breadcrumbs – how to add code
-
You say… add the following code (for breadcrumbs) in the loop:
<?php if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
} ?>What is a loop and specifically where do I add the code? I found the theme – editor, but I don’t want to add anything until I know exactly what to do and where to do it.
Al
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘[Plugin: WordPress SEO by Yoast] breadcrumbs – how to add code’ is closed to new replies.