• Hi,
    I made a theme for wordpress, I uploaded it, but when I went to the Themes page in the admin area I saw this:
    Weird… bug?
    What is wrong with my style.css, or is it a bug of WordPress?
    You can find style.css over here:
    Click

    Can someone tell me what’s wrong and how to remove the style.css as title?

    Btw, the theme is working like it should do 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter haampie

    (@haampie)

    Someone?

    Description from style.css is what’s supposed to appear in the area below/beside the theme. But your style.css is clean. Check readme file of theme if you uploaded it along. It looks like a hack. Try to View the source codes of your admin files and see if these are recurring.

    Thread Starter haampie

    (@haampie)

    <h3>New WordPress
    Theme URI: http://zjapske.no-ip.org/wordpress/
    Description: Something new
    Version: 1.0
    Author: Harmen Stoppels
    Tags: beautiful colors, fixed width

    This layout may not be used without the written permission of Harmen Stoppels!
    */

    * {
    padding: 0;
    margin: 0;
    }
    body {
    font-family: Georgia,”Times New Roman”,Times,serif;
    font-size: 12px;
    […More CSS…]
    input#submit {

    } 1.0
    Author: Harmen Stoppels
    Tags: beautiful colors, fixed width

    This layout may not be used without the written permission of Harmen Stoppels!
    */

    * {
    padding: 0;
    margin: 0;
    }
    body {
    font-family: Georgia,”Times New Roman”,Times,serif;
    font-size: 12px;
    […More CSS…]
    input#submit {

    }</p>

    Well, it starts with a h3 wich isn’t closed. Then the whole sheet is displayed again and closes a p tag, wich isn’t opened…

    Thread Starter haampie

    (@haampie)

    Sorry, I need to post something more:
    Above is the sourcecode of the admin area.

    And by the way, I made this theme myself…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress displays the whole style.css in admin area’ is closed to new replies.