Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKevin Connaughton
452 PointsBootstrap to WP
Hi I having a problem with bootstrap to WordPress, when i created a folder called bootstrap to wp, in the themes folder, & moved it to www in wamp,
The file index.php shows Fatal error: Call to undefined function get_header() in C:\wamp64\www\bootstrap-to-wp\index.php on line 1. i have tried moving index.php to www, but it does not work. can you please help Kevin
1 Answer
pascal meers
6,508 Pointslooks like you have to put wordpress in your wamp64\www\ Then in there you go to wp-content\themes\ here you place your bootstrap-to-wp folder That should work. so your file structure should look like the following C:\wmp64\www\wordpress\wp-content\themes\bootstrap-to-wp