On 12 Jun 2010, at 16:33, Doug Joseph wrote: > As soon as I try to use a child theme with a functions.php file and a > header.php file, I get this: > > > > Fatal error: Call to undefined function twentyten_the_page_number() in > /home/content/d/o/u/dougjoseph/html/wvupciorg/wp-content/themes/wvupci-twent > yten-child-theme/header.php on line 25 > >
This function was recently removed from twentyten so as to improve the theme: http://core.trac.wordpress.org/ticket/13751 So it doesn't exist anymore You need to update your header.php based on the current one in twentyten Cheers -- Peter Westwood http://blog.ftwr.co.uk | http://westi.wordpress.com C53C F8FC 8796 8508 88D6 C950 54F4 5DCD A834 01C5 _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
