Hello! I created a child theme (so I don’t have to edit the main files) and added a custom post type for “Family Members” – it’s a copy of the “Team” custom post type. The problem I’m having is that I can’t seem to get the meta boxes to appear when adding a “family member”.
The meta box will show up if I add it directly to meta-boxes.php under the parent theme but not if I copy it and try to call it from my child theme. However, if I comment out the parent theme include for the meta-boxes.php and only use mine, it works. I’d rather not mess with the parent theme function in case of updates though.
I’m thinking I missed a step? Could someone help me with this? Thanks.