• I have setup a custom taxonomy using the following rewrite rule for the slug:

    'rewrite' => ['slug' => 'partner-type','with_front' => false]

    The issue is that while the rewrite rule is correctly changing the permalinks for the taxonomy for all the different sites in my multisite, the language menu items used to create the language switcher are linking to the non-rewritten version of the slug which is simply a 404 page because of the rewrite rules.

    The rewrite rules are being respected for post types. The issue seems to just be with taxonomies.

    • This topic was modified 5 years, 1 month ago by etbassler.
  • The topic ‘Taxonomy rewrite rules ignored for menu items’ is closed to new replies.