Custom Post type archives / categories give 404

Custom post type archives don’t have year/month rewrite rules, they only have a single archive which will be at /press/ and /more_posts/. If you want those, you’ll have to add them yourself. For the taxonomy, add the taxonomies argument to your post type registration to insure the two objects are connected, see the note about this on register_post_type.