Hi,
I have created a theme more or less from scratch. When using it I get the error "Template is missing". I originally only had the index.php and style.css files as ths should be enough for a theme. It still did not work, so I have been extracting code in different files like header.php, footer.php etc. Currently I have the following files and only one folder (images):
images/
footer.php
functions.php
header.php
index.php
screenshot.png
search.php
searchform.php
sidebar.php
style.css
You can see the test site at itleader.steninge.eu. I more or less activate one theme, delete the current theme files and keep the folder empty, copy my files to this folder and presto - my theme works. However, when I add my own folder with my own files, I get the error in wordpress and cannot activate the theme...
I tried to search, but the top two topics did not present a solution: wordpress.org/support/topic/333980 and wordpress.org/support/topic/305055
styles.css has the following commented code as the first part of the file:
/*
Theme Name: steninge
Theme URI: http://alex.steninge.eu
Description: Steninge-template: minimalistic template in four colors with one coloum and vertical expanding menu
Author: Alex Steninge Jacobse
Author URI: http://alex.steninge.eu
Tags: minimal, four colors, vertical menu, one coloum
Version: 1.0
*/
What am I doing wrong?? Any help is much, much appreciated! I am going bonkers.