mtekk / Breadcrumb-NavXT

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

bcn_display, parameter $force #279

Open gaspas opened 2 years ago

gaspas commented 2 years ago

It's supposed that the four parameter true, bcn_display(false, true, false, true), force generation of the breadcrumb ignoring internal caching. Like described here https://wordpress.org/support/topic/breadcrumbs-in-search-results/

But I already tested in 2 different sites and the results are not the expected, it always show the search results page as current.

Its inside the loop, it shows each result title, excerpt, thumbnail, etc but bcn_display seems to ignore $force = true?

Did I miss something?

I'am using WP 5.9.3 and Breadcrumb NavXT 7.0.2

Thanks