Custom rewrite slug not working with CPT UI
-
I’m working on a client’s site where I have 6 custom post types, and each of them has the following structure:
https://www.site.com/common-slug/topics
https://www.site.com/common-slug/themes
https://www.site.com/common-slug/songs…and so on…
So then each single article is like https://www.site.com/common-slug/songs/song-single
Thing is, it works perfectly fine for every custom post type, except for one that is https://www.site.com/common-slug/videos/video-single.
Archive for this CPT (www.site.com/common-slug/videos/) works.
I’ve tried removing ‘common-slug’ for this cpt like https://www.site.com/videos/video-single and works.
Also tried https://www.site.com/another-slug/videos/video-single and works too.
It’s like common-slug only fails for this specific custom post type.
I’ve tried uninstalling all the plugins to spot some conflict, and didn’t work either. I’m theorizing that there might be a conflict in the database, but couldn’t find where CPT UI permalinks are stored.
Any guess?
- The topic ‘Custom rewrite slug not working with CPT UI’ is closed to new replies.