• Resolved D.F.

    (@df-1)


    Hi, thanks for a great plugin. A quick and probably noobish question: is it possible to show the “Home” breadcrumb in all the pages, except the Home itself? Alternatively, how is it possible to exclude the breacrumbs from some pages?
    Thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author John Havlik

    (@mtekk)

    If you use the widget, then there is an option in the widget to exclude the breadcrumb trail on the front page. Otherwise, you need to wrap your function call with an if statement.

    So you would use something like:

    if(!is_front_page())
    {
    bcn_display();
    }

    Thread Starter D.F.

    (@df-1)

    It worked perfectly! Is this in the documentation? If so, I missed it. If not, you could add a line about this in your next release, just for total n00bs like me.
    Thank you very much, now I really have to go and vote 5 stars for this plugin and support ??

    Plugin Author John Havlik

    (@mtekk)

    I’m in the process of updating the documentation (and I am going to add this as an example). I had covered this before in the comments, but they are so old it’s hard to find them.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Breadcrumb NavXT] Excluding breadcrumbs from home’ is closed to new replies.