Archive fix, no fix
-
Hi,
I’ve built a website using this plugin, and it worked just like I wanted it to work until the latest update. The latest version breaks my desired permalink structure, which is:
for custom posts:
site.com/post-type/postnamefor custom taxonomy term:
site.com/post-type/termThe latest update changed the permalink structure, by including the name of the taxonomy:
site.com/post-type/taxonomy/termThat’s all good, however the permalinks for custom posts don’t follow this change. They omit the name of the taxonomy from the url and it makes the permalink structure illogical. I believe the permalinks for custom posts should be:
site.com/post-type/taxonomy/term/postnameThis way users could easily navigate by erasing the last string of the url:
site.com/post-type/taxonomy/term/postname
site.com/post-type/taxonomy/term
site.com/post-type/taxonomy
site.com/post-type
site.comThis is just a suggestion. I rolled back to version 0.9.2.1, which omits the name of the taxonomy from the permalinks altogether.
Thanks for the plugin.
The topic ‘Archive fix, no fix’ is closed to new replies.