I've got no style!
-
I’m learning how to create WordPress Themes, and I’ve uploaded my small sample theme into a localized WordPress installation using WAMP. Everything is there, but none of the styles are carrying over from the stylesheet is showing up. I have the stylesheet in the same theme folder as all of the other files, and, of course, the theme name shows up, so I know that WordPress is reading the stylesheet, and I have the requisite
<link rel="stylesheet" type="text/css" href="<?php bloginfo( 'stylesheet_url' ); ?>" media="screen" />line in the head of my header. It worked with the html mockups I made of the pages before I converted them to templates, and both the HTML and the CSS passed w3C validation. I’m at a loss, and the only thing I can think is that I mucked something up in the PHP (or that I have a WordPress file error, or that I just flat out screwed something up.) Does anyone have any ideas?
The topic ‘I've got no style!’ is closed to new replies.