How to Include Parent & Child Categories in Permalink Structure?
-
Hi,
I want to use a permalink structure that includes both the parent and child category.
Currently, I’m using:
/%category%/%postname%/This results in the following URL:
https://dev.rickangenent.nl/serie/ciii/However, I would like the URL to include the child category as well, like this:
https://dev.rickangenent.nl/serie/micro/ciii/Is this possible, and if so, how can I achieve this?
Thanks in advance!
-
how about you try this answer?
https://stackoverflow.com/a/65886981
i searched google using these terms:
https://www.google.com/search?q=permalinks+with+parent+and+child+category+wordpress&oq=permalinks+with+parent+and+child+category+wordpress&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIHCAEQIRigAdIBCTEwNTA4ajBqN6gCALACAA&sourceid=chrome&ie=UTF-8 -
Thanks, Armin! Option 2 from the first link worked for me.
Specifically, this approach:
Do not select both the parent AND subcategory. When editing the post, choose only the child category (subcategory) you want it to be listed under.Note:
The other method doesn’t seem to work—I can’t set one of the categories as Primary. That would feel like the most logical way to me. Is this something you could consider for a future update, or is there a setting I need to adjust myself?Specifically, this approach:
Alternatively, you can select both the Parent AND Child category but you will need to make the child category marked as primary.