WordPress 2.8.4 Theme install error
-
Hello,
I am new to wordpress and have been trying to learn to build my own Theme.
I have installed WP locally using XAMPP.
I am creating a new folder here xampp/htdocs/wordpress/wp-content/themes
And making an index.php and style.css file in that folder.In style.css I am entering the theme details in the format described on www.ads-software.com ( I am inputting my own info)
/* Theme Name: Rose Theme URI: the-theme’s-homepage
Description: a-brief-description
Author: your-name
Author URI: your-URI Template: use-this-to-define-a-parent-theme
–optional Version: a-number–optional . General comments/License Statement if any.
.
*/
The instructions I am following say that WP should recognise this new theme and display it as an option under appearance.I have also tried to upload the style.css and index.php as a .zip and I ghet the following error
Warning: file(C:\xampplite\htdocs\wordpress/wp-content/themes/Wrath/style.css) [function.file]: failed to open stream: No such file or directory in C:\xampplite\htdocs\wordpress\wp-includes\theme.php on line 180
Warning: implode() [function.implode]: Invalid arguments passed in C:\xampplite\htdocs\wordpress\wp-includes\theme.php on line 180
Any help would be appreciated
Thanks
Graeme
- The topic ‘WordPress 2.8.4 Theme install error’ is closed to new replies.