Is ‘sub cat 1.2’ a child category of ‘cat 1’? I don’t mean in the menu (as that has no bearing on reality when it comes to the organization of your content within WordPress), is it actually a child of ‘cat 1’ within the category management page?
Thread Starter
jnad
(@jnad)
Sub cat 1.2 is a page , but not a child page
cat 1 is nothing but a link in the menu
in my menu cat 1 has no page, it’s just a tab title of my menu, to permit having sub category in this tab title. When you click on cat 1 nothing happen except showing the sub menu.
May be there is another way to do it?
Thank you
Breadcrumb NavXT does not use the WordPress menu system for determining breadcrumb trails due to the fact that the menu system does not imply actual organization of content. For things to just work, whatever ‘sub cat 1.2″ is needs to be a child of “cat 1” (and cat 1 has to be a real resource of the same type as “sub cat 1.2”). Otherwise, you’ll have to write some custom code to hook into Breadcrumb NavXT and inform it of the extra faux structure.