Plugin Author
Steven
(@shazahm1hotmailcom)
@ Aurovrata
re: Is it possible to add more custom taxonomies, both hierarchical and non-hierarchical?
Technically, yes, it should be possible because the taxonomy code doesn’t care about the type being worked with, although there is not actually a way to simply “register” a new taxonomy with Connections yet, but I do not think that is necessarily required.
I haven’t really giving it much thought yet on how to accomplish it but you could probably create a custom field to allow you to add/edit the entry/taxonomy relationships. You would also have to add a new menu item/admin page to manage the taxonomy. Those are basically the things done automagically for you when registering a taxonomy with WordPress.
Not sure if my answer helps or not but I hope it does.