Remove unwanted part of permalink custom structure from CPT url?

You need to set the ‘with_front’ parameter in the rewrite argument for the custom post type to false.

'rewrite' => array('slug' => 'reports', 'with_front' => false)

Leave a Comment