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

    (@mtekk)

    How were/are you calling the breadcrumb trail (widget, bcn_display(), or direct class instantiation)?

    Thread Starter Mary

    (@marypop)

    I call it in page template:

    You are:
    <?php if(function_exists('bcn_display'))
        {
            bcn_display();
        }
    ?>

    Plugin Author John Havlik

    (@mtekk)

    That calling code should still work in 5.0.0. If you reactivate 5.0, does the breadcrumb trail show up, or does it still not show up?

    You could try removing the check for function_exists('bcn_display') as a temporary debug measure (if you remove it and get a PHP error then there is something wrong with the install of Breadcrumb NavXT or it isn’t activated).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No breadcrumb after updating to 3.8.’ is closed to new replies.