Understanding 1.5 file hierarchy
-
I need a little clarification to understand the way the file hierarchy works in 1.5. I understand that much of it can be cleaned up by posting
<base href="https://www.sitename.com/wordpress/" />
in the header, but I want to really understand the new hierarchy. I’ll use images as an example.Since index.php in the root directory calls the index.php from the theme directory (and all the includes), links to images in a post using a theme are from the root directory or the theme directory?
So a link to a graphic in
sitename.com/images/cars/car1.jpg
would be listed asimages/cars/car1.jpg
and work just fine or would it be relative from the theme directory as../../../images/cars/car1.jpg
.Can you see some of my confusion. The base reference would be easier, but I just want to understand the actual physical hierarchy.
Thanks.
- The topic ‘Understanding 1.5 file hierarchy’ is closed to new replies.