• Hi all,

    I have a page I built in an html editor and I need to upload the page to my site. I have the images for the page stored in a folder, let’s call it “new site images” I’ve copied and pasted the html for the new page but the images do not show up. I uploaded the “new site images” folder via FTP into the wp/content/uploads folder but none of the images are showing. The path to the images is https://www.domain.com/site-page-name/images/newsiteimages/name of image.jpg. Have I put the images folder in the correct place?

    Thanks in advance.

    Steve.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You uploaded here, wp/content/uploads/newsiteimages but your link is
    /site-page-name/images/newsiteimages

    Thread Starter SteveCotts

    (@stevecotts)

    Hi kmessinger,

    Thanks for this, I just want to make sure I get the path to the images right in my html code. Am I right in saying that I need to change the path to the images in the html code to:

    <img src=”www.mydomain.com/wp/content/uploads/newsiteimages/nameofimage.jpg

    Thread Starter SteveCotts

    (@stevecotts)

    Hi,

    I tried out the code above and it works fine, thanks for your help.

    Steve.

    If I am in doubt I just paste the link into a browser and see if it comes up.

    If you get a chance please mark this resolved.

    Thread Starter SteveCotts

    (@stevecotts)

    Thanks again, issue resolved.

    Steve.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images Folder’ is closed to new replies.