Running a child function after parent theme function
-
Hi,
I am using WooThemes Simplicity theme, but I have been asked to work on a site that uses it, so I didn’t purchase it and so don’t have access to their documentation or forum.
Anyway, I have created a child theme in order to add a custom post type. I now want to add some of wootheme’s own meta boxes to it. I can do this by adding the relevant code to the right file in Simplicity, but when I try to extract it out to my child theme files it does not work.
This is because the child functions.php file is processed before the parent files and the parent theme blitzes my child theme’s settings as a result.
I have looked for an action hook that will allow me to run my function after the parent finishes setting up, but so far nothing seems to work as expected.
Has anyone got any pointers or tips on how to get this to work?
Thanks.
- The topic ‘Running a child function after parent theme function’ is closed to new replies.