nablesea
Member
Posted 4 months ago #
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
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