mtekk / Breadcrumb-NavXT

The longest maintained Breadcrumb plugin for WordPress
https://mtekk.us/code/breadcrumb-navxt
51 stars 25 forks source link

Does not work within the Loop #291

Closed mtekk closed 7 months ago

mtekk commented 8 months ago

Currently, when called within the loop, we only get the breadcrumb trail for resource hosting the loop and not the individual items from the loop. This is likely due to some things we've done to try to avoid other issues. Need to determine if we need a way around that.

mtekk commented 7 months ago

Have a way around this by passing the $force parameter to bcn_breadcrumb_trail::fill(). Some day we probably should have tests for that function.