Add Yoast breadcrumb to event title
-
Hi,
Please be so kind and let me know, in which file can I add the Yoast Seo breadcrumb code directly after the event title?
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
}
?>
Itried to edit the content-single-event-listing.php, but it was only possibility to add the code to the min content, however, I need the title and the bredcrumb in one div, since I would like to add some background iamage to this part of the events.Thank you very much!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Add Yoast breadcrumb to event title’ is closed to new replies.