Is there a way to call the url address of an image in a post?
Is there a way to call the url address of an image in a post?
Can you explain more!!!
if you want the way you call the image x in the folder of your theme use this code :
<img src="<?php bloginfo('stylesheet_directory'); ?>/images-folder/image.jpg" />
Basically what I'm trying to do is to provide a embed this image url link. Is there a way of accomplishing this without the use of custom fields, it would be really annoying to have to type out the image url in every post.
This topic has been closed to new replies.