I’m using the HTML5 boilerplate theme with WP 3.3.1
I tried to install the HTML5 boilerplate plugin and it gave an error message about redeclaring functions so I renamed theme\boilerplate and it installed OK.
But the plugin and theme do not work if both are installed:
Fatal error: Cannot redeclare create_boilerplate_admin_page() (previously declared in C:\wamp\www\site\wp-content\plugins\html5-boilerplate\admin-menu.php:32) in C:\wamp\www\site\wp-content\themes\boilerplate\boilerplate-admin\admin-menu.php on line 20
If I uninstall the plugin how do I access wp-content\themes\boilerplate\boilerplate-admin\admin-menu.php ?
http:\\localhost\site\boilerplate-admin\admin-menu.php
gives a 404 error.
Thanks :-)