kovalski
Member
Posted 8 months ago #
Hello,
I have a really noob question, but I just start with all this. What is the exact file, where I need to add the code:
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>
For example if using the Twenty Eleven 1.2 default theme? I tried some but no results.
Thanks!
http://wordpress.org/extend/plugins/breadcrumbs/
Well, you could start by adding it to your single.php template file (that's the one that controls the layout of a single article).
shomettec
Member
Posted 3 months ago #
I too have the same question. I don't want it on single.php. I want it on all pages.
add it in every template used by your theme.
See this chart :
http://codex.wordpress.org/File:Template_Hierarchy.png