Trouble overriding /functions/theme-functions.php in Child Theme

Hey Muffins! 

I'm trying to override the "mfn_post_thumbnail" function from theme-functions.php in my child theme. 

I tried copying the file (and the /functions/ directory) into the child theme, using include_once to then include it into my child theme's functions.php. 
include_once( get_stylesheet_directory() .'/functions/theme-functions.php' );
I've successfully included other files (/includes/content-post.php, for example) but no luck with theme-functions.php. 

Any advice?  I've read through your forums but I haven't found an answer. 

Comments

Sign In or Register to comment.