Issue on custom archive template
-
I have a custom post type (ssbd_birds) with 2 taxonomies (ssbd_regions, ssbd_birdtypes)
The plugin works great on my two taxonomy templates:
(taxonomy-ssbd_birdtypes)
https://wildbirddigest.com/birdtype/bluebirds/
(taxonomy-ssbd_regions)
https://wildbirddigest.com/regions/ne/
The only place it doesnt seem to work is on my main archive for the “birds” custom post type:
(archive-ssbd_birds)
https://wildbirddigest.com/birds/
The template seems to be working as my custom loop is displaying correctly.
Am I missing something? Why would the plugin work on my taxonomy templates but not on my archive template?Here is the short code I have tried:
[searchandfilter post_types="ssbd_birds" taxonomies="ssbd_birdtypes,ssbd_regions"]
and
[searchandfilter taxonomies="ssbd_birdtypes,ssbd_regions"]
as I said…works fine everywhere but that one archive template.
Thanks for any help!
- The topic ‘Issue on custom archive template’ is closed to new replies.