Add parent theme metabox to child theme
-
I’ve created a child theme along with several new Custom Post Types. The parent theme includes several metaboxes for certain post types, but obviously not on the post types I’ve created.
Is there a way to add some code to my child theme’s functions.php to modify the parent theme’s $meta_boxes array and include some of the new posts as well? I was thinking this could work by finding the subarray of the specific metabox and altering the object_types entry.
Or do I need to completely recode that metabox in my child theme?
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Add parent theme metabox to child theme’ is closed to new replies.