• I found the way to rename default post type names (labels) link.

    But I also need to change other post type arguments. In my case I need to create rewrite slug.

    Custom post type code example:
    'rewrite' => array( 'slug' => 'cool', 'with_front' => false ),

    Is it possible to do with default post types?

  • The topic ‘Overriding default post types (Posts, Pages)’ is closed to new replies.