mtekk / Breadcrumb-NavXT

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

Improve Handling of term/feed/0/ Archive Pages #272

Closed mtekk closed 2 years ago

mtekk commented 2 years ago

At a minimum, we need to add check for the WP_Term type for items passed into do_archive_by_term as in some circumstances (such as term/feed/0/) things are a little wonky and breaks things. Ideally, we'd figure out a way to get the correct term on these archives as well.

mtekk commented 2 years ago

There really isn't a good way to find the true term, stick with throwing a "doing_it_wrong" for now.