custom post type archive page has 404 error even though has_archive is true
So it turns out that when the CPT was registered, the following was used in the “rewrite” argument in register_post_type: rewrite => “recipes/%tax_rec_cat%” I don’t know the intention of this, I suppose whoever wrote it thought it was necessary to include both that and the custom_links function I posted in the original question in order … Read more