I have setup a custom post type with the slug "interview" and it is working fine. I am trying to change the slug to "magazine/interview" but I keep getting 404 errors when I try to access the posts that are already there. Is there any specific trick to set a slug with "/" characters in it?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
Make sure to flush rewrite rules after changing the permalink structure, this can be done by visiting the |
|||
|
|
|
I don't think there is any way to use "/" in slug. I have Another solution for you. Create custom post type with slug "magazine" and create category "interview" now you have desired url "magazine/interview". |
|||
