Title: Changing registered custom post type name
Last modified: August 20, 2016

---

# Changing registered custom post type name

 *  Resolved [katalonian](https://wordpress.org/support/users/katalonian/)
 * (@katalonian)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/changing-registered-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)

 *  Moderator [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * (@keesiemeijer)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/changing-registered-post-type-name/#post-3480643)
 * Try changing the rewrite rule `'rewrite' => array( 'slug' => 'other-name' ),`
   when registering your post type:
    [http://codex.wordpress.org/Function_Reference/register_post_type](http://codex.wordpress.org/Function_Reference/register_post_type)
 * You probably need to re-save your permalink structure under wp-admin > Settings
   > Permalinks after changing the rewrite rule.
 *  Thread Starter [katalonian](https://wordpress.org/support/users/katalonian/)
 * (@katalonian)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/changing-registered-post-type-name/#post-3480644)
 * Thank you!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changing registered custom post type name’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [katalonian](https://wordpress.org/support/users/katalonian/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/changing-registered-post-type-name/#post-3480644)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
