Comments 2ilyo started the conversationSeptember 19, 2016 at 5:16pmhi codex themes team, i have a small problem with your theme "Scalia".I would insert yoast breadcumb in place of "title excerpt page", because Scalia theme don't have breadcumb. Where do i enter the yoast breadcumb code and what file should i change? Thanks Oliver replied privately ilyo replied privately 7,105Oliver repliedSeptember 21, 2016 at 2:30pmHi,File functions.php line 843. Replace code like this: return '<div id="page-title" class="page-title-block page-title-style-'.$title_style.' '.$title_class.'" style="'.$css_style.'">'.$video_bg.'<div class="container">'.$output.(function_exists('yoast_breadcrumb') ? yoast_breadcrumb('<div id="breadcrumbs">','</div>', false) : '').'</div></div>';Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 Like 2ilyo repliedSeptember 21, 2016 at 2:51pmThis works great.thanks Gregor. Sign in to reply ...
hi codex themes team,
i have a small problem with your theme "Scalia".
I would insert yoast breadcumb in place of "title excerpt page", because Scalia theme don't have breadcumb.
Where do i enter the yoast breadcumb code and what file should i change?
Thanks
Hi,
File functions.php line 843. Replace code like this:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
This works great.
thanks Gregor.