Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #57300, comment 7


Ignore:
Timestamp:
05/04/2023 03:08:48 AM (2 years ago)
Author:
pskli
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57300, comment 7

    v3 v4  
    11**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/c934284b88ebf0a31f4e433f265c4a64
     2- 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
    33- Flush permalinks
    44- 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`