Posts: 457
Name: Randy
Location: Northern Wisconsin
|
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.
|