Custom Post Type Link added to menu won’t show in frontend

The answer was very simple, I was accidentally adding my register_post_type() function within an is_admin() condition, therefore on the public facing side of the website the post type was never registered, hence it not showing up.