Site logo

Archived topic

Where do I insert code for Yoast BreadCrumbs

3 replies · Started by Jude on August 12, 2019

Viewing posts 1–4 of 4

Hello David
When I will put the Yoast breadcrumb code (mention below) in the Hook, am I need to click on execute PHP option or not?

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

Hi there,

yes, Execute PHP is required.

This archived topic is closed to new replies.