Is there a way to set singular/plural labels for taxonomy term names?
In WordPress 4.4 we will be able to use the long waited term meta so you might use that to store the extra info for your terms. The Term Meta API calls are: Add term meta: Function call: add_term_meta( $term_id, $meta_key, $meta_value, $unique ); Description: /** * Adds metadata to a term. * * @since … Read more