Quantcast
Channel: WordPress.org Forums » [Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Support
Viewing all articles
Browse latest Browse all 42467

Jesse@Bang on "[Plugin: WordPress SEO by Yoast] How to get breadcrumb title for a page"

$
0
0

After spending hours searching and looking into the code I got to this:

function custom_get_breadcrumb_title($title, $id){
    $breadcrumb_title = wpseo_get_value("bctitle",$id);
    if($breadcrumb_title){
        return $breadcrumb_title;
    }else{
        return $title;
    }
}
add_filter("the_title","custom_get_breadcrumb_title",10, 2);

Thanks and have a nice day!


Viewing all articles
Browse latest Browse all 42467

Trending Articles