Remove Permalink Slug from Custom Post Type
-
Hello,
I have created a custom post type named “cars” and now every post that I make with this post type has the “cars” slug before it. I don’t want that.
so all my posts look like this
mysite.com/cars/thepostname/
I have used
'rewrite' => array( 'slug' => '')
when registering the post type but that didn’t work. Does anyone know how to remove the custom post type slug from my permalinks?
Thanks
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Remove Permalink Slug from Custom Post Type’ is closed to new replies.