Hi,
I want to add the Yoast SEO breadcrumbs to my website (see private content): https://yoast.com/wordpress/plugins/breadcrumbs/
In which template (and where exactly) do I have to place the code below?
<?php if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
} ?>
They have to appear on pages (not the homepage) and posts.
Kind regards,
Nick