Paths to images and CSS file is killing me!
-
I thought I was quite successfully integrating my wordpress blog into my main site template.
I got the main index.php sorted, and moved onto the single.php article page.
For index.php, I used paths like the following:
wp-content/themes/default/images/logo.gif
and
<link rel=”stylesheet” href=”wp-content/themes/default/style.css” media=”screen” type=”text/css” />
Which works for the index page, but not for the other templates, like single.php. The paths get lost, and [category name] and [article name] get added to the path before the “wp-content/……..etc”
How are we meant to specify paths when editing all these templates? Absolute, including the https:// ???
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Paths to images and CSS file is killing me!’ is closed to new replies.