• Doobus

    (@doobus)


    Is there a way to call the url address of an image in a post?

Viewing 2 replies - 1 through 2 (of 2 total)
  • taghaboy

    (@taghaboy)

    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" />

    Thread Starter Doobus

    (@doobus)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Calling IMG address’ is closed to new replies.