Breadcrumbs
Hi there.
I would like to know if the Adventurous Pro theme has the option to use breadcrumbs. If so, where do I enable it?
If not, then could you tell me in which .php files do I have to add the following code:
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('<p id="breadcrumbs">','</p>');
} ?>
I'm trying to go through all the steps of the Yoast SEO setup, and currently have issues with getting the breadcrumbs to show.
Thank you for your time.