Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #896001
add yoast breadcrumb into title excerpts
Closed

Comments

  •  2
    ilyo started the conversation

    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 

  •   Oliver replied privately
  •   ilyo replied privately
  •  7,052
    Oliver replied

    Hi,

    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, Oliver

  •  2
    ilyo replied

    This works great.

    thanks Gregor.