Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Benoit Chantre

    (@benoitchantre)

    Here’s the rewrite argument I use for the taxonomy:
    'rewrite' => array( 'slug' => __( 'team', 'team-management' ), 'with_front' => true ),

    When I remove the translation of the slug, the issue is solved, but would like (if possible) to have a translated slug
    'rewrite' => array( 'slug' => 'team', 'with_front' => true ),

    Has anybody experienced the same issue?

    Having same issue after updating to latest wordpress 4.4.1, could you resolve this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘404 error with taxonomy archive’ is closed to new replies.