Hello, this is my first day using this theme. I am trying to use a hook to display breadcrumbs from Yoast SEO after_header. I added a new element (a hook). Under display rules I have location set to all posts.
I am currently using this code that I found on a previous thread.
<?php if ( function_exists(‘yoast_breadcrumb’) && is_single() ) : ?>
<?php yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ ); ?>
<?php endif; ?>
You can see what it currently looks like on a post page through the website URL provided for admins.
Any advice on what I may be doing wrong?
GeneratePress 2.1.4
GP Premium 1.7.2