Categories Improvements
I spent today re-writing the function that creates mass categories in WordPress. It was a sudden decision after a bug was found and I realised the function was simply not good enough.
Taxonomies have been a little more complicated than expected, so that is coming along a little slower while I wait on some advice. I’ve not been able to figure out how to query all post types then for each post type query the taxonomy applicable to it. Don’t worry it will come eventually.
Back to the category function.
The improvement being applied is the ability to have duplicate child categories, duplicates with different parents. This is a normal and common requirement that the old versions of ECI do not allow. The function is far better already and will be easier for developers to understand when customising. During the next 24 hours I hope to finish it so that it will allow duplicates and then get a new beta released.