Changing registered custom post type name
-
Hello! I need help. I want to change register_post_type name:
register_post_type(‘name which i want to change‘,$args);
This is same as page name, so i can’t use pagination, because i get 404 error.
But when i changing it, i lose all posts in this type.
So how to change it in good way?
Please help!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Changing registered custom post type name’ is closed to new replies.