2013-09-14, 02:59:11
I am trying to convert HTML files to PHP using http://get-simple.info/wiki/themes:tutorial as a guide.
My problem is that style.css is not being accessed. The code I am using is:
If I view the page source, I get this:
It's probably staring me in the face, but I don't see it.
thanks
My problem is that style.css is not being accessed. The code I am using is:
Code:
<link href=”<?php get_theme_url(); ?>/style.css” rel="stylesheet" type="text/css" media="screen" />
If I view the page source, I get this:
Code:
<link rel="canonical" href="http://localhost/My_CMS_Template/" />
<link rel="stylesheet" type="text/css" href="style.css" />
thanks
I'm no Einstein, nor do I profess to be. Just saying what I would try in the circumstances.