handling csv data with a custom post type

I have a custom post type which represents a ‘race’ and there are meta fields for ‘distance’ (5km,10Mile) and ‘type’ (track,road,crosscountry). We get the race results as a csv file which contains the positions and times etc of the runners, each runner is linked to a wordpress user. The intention is to process the csv … Read more

Automatically populate a hierarchical taxonomy from a custom field

I’ve got a vexing how-to that I’ve not found any help on. I have a custom post type that has a custom field with a date in it (format: yyyy-mm-dd-t). When a post is published or edited, I would like to have a function that automatically populates a hierarchical taxonomy with the year and date. … Read more