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 #1137233
Problem with breadcrumbs settings
Closed

Comments

  • boinke started the conversation

    Hello,

    I have a custom post type which uses a hierarchical taxonomy als url. I don't find a way to show that structure in your breadcrumbs. So, instead of your built-in breadcrumbs, I want to use Yoast SEO breadcrumbs which support it. Unfortunately, you didn't use pluggable functions, so I would have to change it in the parent theme.

    Do you have a way for managing that in the child theme? Is there a known hook or some kind of replacement possibility?

    PS: for future improvements, I recommend to set the functions pluggable, all you have to do is

    if( ! function_exists(<function_name>) ) {
        // function
    }

    Thanks in advance!

  •  7,092
    Oliver replied

    Hi,

    We'll try to add 

    function thegem_page_title() 

    to the template in the next theme update. So you'll can change it in the child theme.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver