Breadcrumbs from Yoast

I'm trying to implement breadcrumbs from Yoast as described in:


It says: "Common places where you could place your breadcrumbs are inside your single.php and/or page.php file just above the page's title. Another option that makes it really easy in some themes is by just pasting the code in header.php at the very end."

The code is:

<?php
if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
}
?>

I have Child Theme for Betheme

Where shall I place it?

Thanks

Comments

  • Hi,

    what you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer. Or if you don’t have any, fell free to contact with our colleagues who offer such service via https://sweetwp.com/ - we strongly recommend those guys as they know BeTheme product very well.

    Thanks for understanding!
  • I know how. I jwas just asking which of the three needs to be modified, but if you don't know or you consider that telling me which of the three means customer customization, then I just check it myself and see in which one the code works best.
Sign In or Register to comment.