Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
Version 9
Todd Ebner
0 points
Beginner
Help !
I have found the code I need to customize and its located in class_core.php located under DT/framework/class.
I have modified and tested some code around the messaging and updated posts and post_meta. This is located inside the function INIT() section.
the code that I put in works exactly how I want it to, but I’d rather not have to reapply these customizations with every update. So I’m trying to find out how to put the needed code in a child theme.
I tried creating a duplicate of the INIT function with my customizations in it and putting into functions.php in the child theme.
Didn’t work.
Tried putting the whole class_core.php file with my customizations inside of DT-Child/framework/class folder.
Didn’t work.
It appears wordpress / DT doesn’t look for this function in a child theme.
What I really need is just the section labelled “PAGE ACTIONS”.
Help !
I have found the code I need to customize and its located in class_core.php located under DT/framework/class.
I have modified and tested some code around the messaging and updated posts and post_meta. This is located inside the function INIT() section.
the code that I put in works exactly how I want it to, but I’d rather not have to reapply these customizations with every update. So I’m trying to find out how to put the needed code in a child theme.
I tried creating a duplicate of the INIT function with my customizations in it and putting into functions.php in the child theme.
Didn’t work.
Tried putting the whole class_core.php file with my customizations inside of DT-Child/framework/class folder.
Didn’t work.
It appears wordpress / DT doesn’t look for this function in a child theme.
What I really need is just the section labelled “PAGE ACTIONS”.
Is there any way to accomplish my goal?
Thanks,
Members Only Content
This reply is for PremiumPress customers only.
Login Now