My Theme is Pooping All Over Me
-
Interesting title, yes.
Anyway, I’ve made many wordpress themes in my day, but this is just weird. I just put all of my theme files into a folder to start building the theme from a static page into a bunch of wordpress compatible files. Anyway, once all the files were in, I went to the Dashboard.
Dashboard > Design > and I looked through the available themes.
For some reason, under the screenshot of my new theme, the description goes on forever. It goes on for the entire code (in the style.css).
I have no idea why its doing this. I have the comment thing closed ” /* and */ “, but apparently thats not stopping it from reading EVERYTHING.
I have no clue what the problem is.
Here’s the top of style.css:
/* Theme Name: Name is Here Theme URI: https://example.com Description: Description. Version: 1.0 Author: John Doe. Author URI: https://example.com */ /*This needs to be up here so it is read right away to prevent tab jumping */ .panel{ display: none; } /*This needs to be up here so it is read right away to prevent tab jumping */ body{ background: url(images/background.gif) repeat-x; margin: 0px 0px 10px 0px; padding: 0px; font-family: "Arial", "Trebuchet MS", sans-serif; font-size: 11px; color: #444; } a:link, a:visited{ font-weight: bold; text-decoration: none; } etc...
Any ideas?
- The topic ‘My Theme is Pooping All Over Me’ is closed to new replies.