Cannot Redeclare Functions in Child Theme
-
I’ve searched all over support, found people who seem to have resolved this issue, but when I try on my server, it doesn’t work. I would soooo appreciate some help in simply redeclaring the “twentyten_posted_on” function.
I thought, because TwentyTen uses conditional calls to functions that I could simply call the function in the child theme and it would override the parent theme’s call. Thus far I get an error saying I cannot redeclare the functions.
Fatal error: Cannot redeclare twentyten_posted_on() (previously declared in home/upthetree/wp-content/themes/twentyten-utt-v2/functions.php:4) in /home/upthetree/wp-content/themes/twentyten-five/functions.php on line 575
Any help you guys could provide would be super appreciated!
Thus far my child’s theme functions.php file is just the redeclaration. What am I missing?
- The topic ‘Cannot Redeclare Functions in Child Theme’ is closed to new replies.