I can’t figure out how to change position of custom taxonomy menu item in the admin panel.
Right now I have custom post type– custom_1
— and another custom post type– custom_2
.
For custom_2, I’ve set 'show_in_menu' => 'edit.php?post_type=custom_1'
and it works fine. The problem is, I’ve added a custom taxonomy for custom_2 and it’s not showing under the same parent menu item.
Is there any way to alter the position of custom taxonomy menu item?