WordPress Themes, Plugins and HTML Templates › Forums › Arcane WordPress Theme › Implemetn Yoast Seo Breadcrumbs › Re: Implemetn Yoast Seo Breadcrumbs
September 8, 2016 at 8:06 am
#1796
Participant
Hi,
You may place the code in the following file,
File: arcane/template-parts/content-single.php
L.No: 11
Location: Just above the entry-header-wrapper div
[PHP]
if ( function_exists(‘yoast_breadcrumb’) ) :
yoast_breadcrumb(‘
‘,’
‘);
endif;
?>[/PHP]
Thanks