• Got another quick question. I’m currently changing to a new hosting service. I’ve installed WordPress 2 and imported my blog entries. The only problem is that I’m having trouble activating some themes that I had from my old hosting service. When I reach the presentation/themes section of my dashboard, I can’t access the themes and I get the error message “stylesheet is missing” I edited the and uploaded the style.css files again, but I kept getting the same message.
    Is there a way to fix this problem?

Viewing 1 replies (of 1 total)
  • Each theme has it’s own folder and inside that folder are it’s .php/.html files and also it’s .css stylesheets if any. The main stylesheet is normally called style.css. Additional stylesheets may or may not be included as well depending on the theme.

    Anyhow to have a theme appear correctly in your dashboard, the style.css needs to have the following comment information at the top of the .css file:


    /*
    Theme Name:
    Theme URI:
    Version:
    Description:
    Author:
    Author URI:
    */

    So just check that the stylesheets for each of those themes has this info at the top.

    Good luck.

Viewing 1 replies (of 1 total)
  • The topic ‘Stylesheet missing?’ is closed to new replies.