Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 08-12-2009, 04:48 AM Path to a File?
Ultra Talker

Posts: 316
Trades: 0
I have a Wordpress theme and in one of the theme files I have put a link to an image file but unless I put an absolute link I am not sure how to link to it.

The file is at:

http://domain.org.uk/wp-content/them...mages/logo.jpg

The template file is at:

http://domain.org.uk/wp-content/them...ges/header.php

What should I put in the header.php file to display the image without using the http://domain.org.uk

Can I do a relative file path?

Thanks.
Joe3000 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-12-2009, 06:23 AM Re: Path to a File?
Average Talker

Posts: 16
Trades: 0
You can use /../ to go backwards a directory.
Nill is offline
Reply With Quote
View Public Profile
 
Old 08-12-2009, 11:29 AM Re: Path to a File?
racer x's Avatar
Ultra Talker

Posts: 457
Name: Randy
Location: Northern Wisconsin
Trades: 0
If you are putting this code into the php code directly you can use:
<img src="<?php echo bloginfo('template_directory') . '/images/yourimage.jpg';?>"
to sub the path files to your template. This is assuming you have a folder called "images" of course, etc.

Any method will output the full path to the browser anyway, so may as well hard code the FULL path if you are working live.
racer x is offline
Reply With Quote
View Public Profile Visit racer x's homepage!
 
Old 08-12-2009, 02:19 PM Re: Path to a File?
The-Pixel's Avatar
I <3 Pixel's

Posts: 888
Name: Lindi Wheaton
Location: In Photoshop
Trades: 0
Good find!
__________________
The-Pixel

Please login or register to view this content. Registration is FREE
:: iPhone Apps, Pre-Made Templates, Widgets, Menus, etc.

Please login or register to view this content. Registration is FREE
:: Web Design / Development, Business Cards, Logo Designs, etc.
The-Pixel is offline
Reply With Quote
View Public Profile Visit The-Pixel's homepage!
 
Reply     « Reply to Path to a File?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.12954 seconds with 12 queries