I’m working on a recipe site that has a custom post type, recipes, with two custom taxonomies for handling recipe categories and tags. The custom post type works and so does the custom taxonomy for the categories, i.e. i can access individual posts and category pages. However, when I try to access a custom taxonomy tag page, I get the wordpress 404 page.
I don’t really know how to troubleshoot this since wordpress isn’t giving me any useful error codes. Any suggestions?
I’ve run into this issues too, two time, two differents errors, first time I just go to permalink structure in the wordpress options and hit save, that was a problem witht my htaccess files, and the second time it was the way I register the slug,
Here is a complete working exemple :
Hope it’s help you
I’ve run into odd issues with 404’s around custom post types/taxonomies. Try hitting save again on the blog permalinks settings page. Strange as it sounds that cleared up my issues.