404 on Custom Taxonomy terms archives
-
Hi,
I got a site where only pages are translated, and everything’s fine. It’s running latest version of WP & polylang.
But recently i introduced a custom post type and its associated custom taxonomy. They’re not supposed to be translated, so i did not checked the boxes on the Polylang settings.
The custom post type archive page is working fine, but the taxonomy term archive returns a 404 (whatever the chosen language is).I got a classic /%postname%/ permalink configuration, and so are the custom post type / taxonomy settings :
Custom Post Type :
public: true show_ui: true has_archive: true has_archive_string: exclude_from_search: false capability_type: post hierarchical: false rewrite: true rewrite_withfront: true query_var: true show_in_menu: true show_in_menu_string: menu_icon: dashicons-admin-multisite
Taxonomy :
hierarchical: false show_ui: true query_var: true query_var_slug: rewrite: true rewrite_slug: rewrite_withfront: true rewrite_hierarchical: false show_admin_column: false
I tried different settings on them (rewrite_withfront:false, etc.), reloaded permalinks structure each time, but with no luck.
Any help would be greatly appreciated.
Thanks
- The topic ‘404 on Custom Taxonomy terms archives’ is closed to new replies.