• hi,

    in my breadcrumbs for a custom taxonomy , the “Home” breadcrumb at the beginning is unlinked on the taxonomy pages. how do i link it?

    For example:

    Have: Home > <span style=”text-decoration: underline;”>cat 1</span> > <span style=”text-decoration: underline;”>cat 2</span> > cat 3

    Want: <span style=”text-decoration: underline;”>Home</span> > <span style=”text-decoration: underline;”>cat 1</span> > <span style=”text-decoration: underline;”>cat 2</span> > cat 3

    this is what i have for my home template:

    <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to %title%." href="%link%" class="%type%" bcn-aria-current><span property="name">%htitle%</span></a><meta property="position" content="%position%"></span>

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter turbojae

    (@turbojae)

    forgot to mention i used the above for both home templates (normal and unlinked). thanks

    Plugin Author John Havlik

    (@mtekk)

    Normally, the home breadcrumb should be linked, as long as you’re not on the home page, especially when using the default settings for the breadcrumb templates. Assuming the template is correct, my guess is there is code hooking into the bcn_breadcrumb_linked filter and returning false for the home breadcrumb. If the home breadcrumb seems to use the unlinked breadcrumb template, this may be the case. Otherwise, there may be something else unique about your setup which is throwing Breadcrumb NavXT off/making it think that the home breadcrumb should never be linked for some reason.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home is unlinked, how to link it?’ is closed to new replies.