Title: Include attribute filter URLs
Last modified: June 19, 2023

---

# Include attribute filter URLs

 *  [kuzcotopia](https://wordpress.org/support/users/kuzcotopia/)
 * (@kuzcotopia)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/include-attribute-filter-urls/)
 * Hi 🙂
 * I implemented the breadcrumbs on all the product archive pages, and it works 
   great!
 * Only thing I cannot get to work: include attribute filter URLs.
 * For example:
    - [https://www.aanbiedingenbaas.nl/koekenpan/](https://www.aanbiedingenbaas.nl/koekenpan/)
      is included
    - [https://www.aanbiedingenbaas.nl/koekenpan/?filter_merk=Bk](https://www.aanbiedingenbaas.nl/koekenpan/?filter_merk=Bk)
      is not
 * This is another level in the product category hierarchy, but how do I include
   these URLs in the breadcrumb?
 * Many thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [kuzcotopia](https://wordpress.org/support/users/kuzcotopia/)
 * (@kuzcotopia)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/include-attribute-filter-urls/#post-16866706)
 * Anybody :)? Help would be very much appreciated!
 *  Plugin Author [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/include-attribute-filter-urls/#post-16873661)
 * Since the attribute filter isn’t part of WordPress core, Breadcrumb NavXT won’t
   be able to automatically pick up on it. You can add custom breadcrumbs to the
   trail using the `bcn_after_fill` action. This article provides an example on 
   how to use the action for adding a custom breadcrumb to the trail, [https://mtekk.us/archives/guides/add-a-static-breadcrumb-to-the-breadcrumb-trail/](https://mtekk.us/archives/guides/add-a-static-breadcrumb-to-the-breadcrumb-trail/).
   Note that the example adds a static breadcrumb and doesn’t do anything particularly
   smart (within the function you should check for your attribute filter before 
   adding the breadcrumb for it to the trail).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Include attribute filter URLs’ is closed to new replies.

 * ![](https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103)
 * [Breadcrumb NavXT](https://wordpress.org/plugins/breadcrumb-navxt/)
 * [Support Threads](https://wordpress.org/support/plugin/breadcrumb-navxt/)
 * [Active Topics](https://wordpress.org/support/plugin/breadcrumb-navxt/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/breadcrumb-navxt/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/breadcrumb-navxt/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [John Havlik](https://wordpress.org/support/users/mtekk/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/include-attribute-filter-urls/#post-16873661)
 * Status: not resolved