in which specific location should I add the code to make breadcrumbs visible on my website?
try in -header -sidebar -single
someone knows, I will keep trying although it would be better if someone could help me and not waste so much time
code
<?php if ( function_exists(‘yoast_breadcrumb’) ) { yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ ); } ?>
This reply is for PremiumPress customers only.
508
Views
1
Replies
Copyright © 2010-2026 PremiumPress Limited.
in which specific location should I add the code to make breadcrumbs visible on my website?
try in
-header
-sidebar
-single
someone knows, I will keep trying although it would be better if someone could help me and not waste so much time
code
<?php
if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb( ‘<p id=”breadcrumbs”>’,'</p>’ );
}
?>
Members Only Content
This reply is for PremiumPress customers only.
Login Now