Hey George,
Thanks for replying! I’m using php to search for a custom post type based on the parameter that comes in, and then displaying some resulting data on a page. If the post type query fails, and let’s say “Dog” is not found for some reason, why would that stop the rest of the page from loading? Shouldn’t I be able to handle that error on the page without a 404?