Different wordpress 404 template for different post type [duplicate]
WordPress 4.7 introduces a new filter that allows us to easily modify the template hierarchy: /** * Filters the list of template filenames that are searched for when retrieving * a template to use. * * The last element in the array should always be the fallback * template for this query type. * * … Read more