Invalid Menu Items
I’ve identified two issues, the first, this: ‘rewrite’ => true, ‘rewrite’ => array( ‘slug’ => ‘districts’ ), Can just be this: ‘rewrite’ => array( ‘slug’ => ‘districts’ ), And the second, the reason you get invalid menu items, is because districts is being used as the rewrite slug, but, the internal namevof the taxonomy is … Read more