Default post type doesn’t display in url
Changing arguments for a post type “on the fly” by changing the global at some random point in time is below ideal. When you look at register_post_type() there is the register_post_type_args filter. Example on how to use it as a small (mu-)plugin: <?php /** * Plugin Name: Change Post Type arguments for Post Type X … Read more