• hey, i am a amature at wp so go easy on me

    i have created a theme. I have installed it by placeing the files in the /Theme folder. I got no errors so was chuffed.

    However, when i activate it and view the site.

    The stylesheet does not load.

    I am stumped, searched for hours for the answer but cant find a thing?

    PLEASE HELP.

    NS

Viewing 1 replies (of 1 total)
  • Check that you have a call to the stylesheet in the themes header.php file in the head section. You should have something like this:

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

    If you have this then make sure that your themes stylesheet is named correctly. It should be called style.css

Viewing 1 replies (of 1 total)
  • The topic ‘Theme Wont Load style sheet’ is closed to new replies.