themehybrid/hybrid-breadcrumbs

Set the custom post type root

LukaszJaro opened this issue · 0 comments

Hi,

I'm trying to reflect my URL structure in the breadcrumbs:

Parent page -> Child page -> term -> single-article

I would like the child page as the root for the post type, but the breadcrumbs happen to skip the child page completely:

Parent page -> term -> single-article

I am not versed in OOP so it's much more difficult for me to use the class methods to find a solution for this..I tried using the popular Breadcrumb NavXT plugin and was able to get the correct breadcrumb trail in about two minutes so I may just have to stick with that but was hoping to avoid plugins.

Thanks.