2nd and 3rd Custom Post Type URL’s 404ing

It turns out that

global $wp_rewrite;

is sitewide as far as I understand but am willing to be informed of the details here. Implementing it with a CPT RUINED my rewrite rules sitewide.

Changing the rewrite=> array(‘slug’=>’name’) should have been where I stayed and back to basics on how to manipulate a CPT’s permalink structure.