Well, with a great deal of time, I figured out that I could use a lot of
if (Is_post_type()==Books){
//Do Something
}
This was effective, but I’ll bet there’s a much more elegant way of making a custom post type archive page. I hope this helps if someone stumbles upon this!