Understanding Permalinks on Custom Post Types
Your post_type slug will default to the name of the post_type unless specified otherwise. So, in it’s most basic form you can set a custom base slug as follows, ‘rewrite’ => array( ‘slug’ => ‘slug-name-here’); Currently, you have it set to true only. Don’t forget to visit your permalinks page in the dashboard to flush … Read more