Changes between Version 3 and Version 4 of Ticket #57300, comment 7
- Timestamp:
- 05/04/2023 03:08:48 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57300, comment 7
v3 v4 1 1 **Steps to recreate on a fresh install** 2 - Register a new post type and taxonomy. Post type needs an archive and taxonomy needs `rewrite.hierarchical` set to true. Gist for that step available here: https://gist.github.com/pierre-dekode/c934284b88ebf0a31f4e433f265c4a642 - Register a new post type and taxonomy. Post type needs an archive (for testing purposes) and taxonomy needs `rewrite.hierarchical` set to true. Gist for that step available here: https://gist.github.com/pierre-dekode/c934284b88ebf0a31f4e433f265c4a64 3 3 - Flush permalinks 4 4 - Visit the post type archive with `?taxonomy[]=something` query arg in URL. Example with Gist provided above: `http://<yoursite.local>/my_custom_post_type/?my_taxonomy[]=something`