• I’m in the VERY early stages of developing a WP theme for my fantasy sports blog, TheRotoCops. I’m new to web design and wordpress both, but I’ve been learning fast. Currently I’ve uploaded the theme to WP successfully for testing, with a zip file containing only the index.php and style.css. The website displays the HTML excellently, but nothing is styled! What have I done wrong?

    The website is here: http://www.therotocops.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • There seems to be a problem with the current theme and the version of wordpress your using .
    Use the default theme twentyeleven or twentyten and see if you still have a problem .
    I guess you just need to use themes compatible with the new version of wordpress.

    use something like this in the <head> section to link the stylesheet:

    <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />

    http://codex.wordpress.org/Theme_Development

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My CSS won't work’ is closed to new replies.