[Theme: The Bootstrap] Child theme not finding inc folder
-
Hi,
I’m running WP 3.5 and have updated The Bootstrap to the latest version from GitHub.I’ve been developing a child theme based off The Bootstrap, and everything was going great until this morning. On loading any page, I’m not getting this error
Fatal error: Call to undefined function tha_head_top() in /nfs/c05/h05/mnt/159995/domains/blog.growtalks.com/html/wp-content/themes/Grow-Talks/header.php on line 15
I did find this in The Bootstrap functions.php
if ( version_compare( get_bloginfo( 'version' ), '3.4', '<' ) )
which would seemingly not load the /inc files for WP 3.5, but changing this to
if ( version_compare( get_bloginfo( 'version' ), '3.5', '<' ) )
didn’t help. Any thoughts?Thanks,
Brad
- The topic ‘[Theme: The Bootstrap] Child theme not finding inc folder’ is closed to new replies.