Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
style.css is not being accessed
#1
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:
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" />
It's probably staring me in the face, but I don't see it.

thanks
I'm no Einstein, nor do I profess to be. Just saying what I would try in the circumstances.
Reply


Messages In This Thread
style.css is not being accessed - by Lucianp - 2013-09-14, 02:59:11
RE: style.css is not being accessed - by Lucianp - 2013-09-14, 04:14:38
RE: style.css is not being accessed - by Lucianp - 2013-09-14, 04:34:36
RE: style.css is not being accessed - by Timbow - 2013-09-14, 09:04:28
RE: style.css is not being accessed - by Lucianp - 2013-09-14, 23:08:13



Users browsing this thread: 1 Guest(s)