Hello, I’d like to change the permalinks for my site to include some, but not all, of the categories from each post. For instance, my first two categories indicate the article type and subject. For example: [editorial,movie,Drama,Action,Comedy,Horror,Tentacles]
I’d like for the permalinks to include just the first two categories. Example:
/articles/editorial/movie/2017/post-title
Is there any way to reference categories in permalinks by index? Ideally something similar to:
I use categories to identify related posts, and while I could rewrite that algorithm to use tags, I’d ideally like to include the post type and media type in that algorithm without having to duplicate the information to the tags field. I’d have to do this:
This duplication is sub optimal. I’d really hope there’s a solution that generally gives me better control over my permalinks and their logical segmentation.