I have a Custom Post type with 3 separate date pickers on each. The Custom Post type is a “Family”. And the date pickers are are the birthday’s of individual family members.
I’m not using a repeater field because I’m having to update the entire CPT with a CSV uploader and from what I read, that’s not too reliable right now.
What I want to do is loop through all the CPT’s and pull all the date pickers and display them by month. Simply show the birthday’s in this month. Some of these date pickers will be null as each Family will have a different amount of members.
Any help would be awesome! Thanks