Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Jim,

    Hope you are well!

    There is no problem inserting any picture in WordPress post or page, in fact anywhere that you can use html. As long as the image is publicly accessible.

    This code will include the image with a link to the same image – so when you click it the browser will go to the image location.
    You can link to something else – like post, page or another domain.

    <a href="https://localhost/images/26well_2014_6.jpg"><img class="alignnone" src="https://localhost/images/26well_2014_6.jpg" alt="image_alt_title" width="215" height="300" /></a>

    Width and height are for the showed image dimensions – you can use smaller ones for a image preview and link to the bigger one.
    But you will have to adjust this manually, because if the proportions are not right the image will show blurred.

    If you don’t want the image to link anywhere and just show the image, you can use something like this:

    <img class="alignnone" src="https://localhost/images/26well_2014_6.jpg" alt="image_alt_title" width="215" height="300" />

    Let me know if this helps.

    Thanks,
    Ivan

    Thread Starter JimStuhmiller

    (@jimstuhmiller)

    Thanks, Ivan, for the fast response. Actually, I didn’t quite state my problem clearly. I have several Word Press sites for various blog and other stuff. Many of them use pictures I’ve uploaded. I’d like to put the pictures at one place on my website and then use them in various WP documents. I know I can upload a picture to each WP site and then use it many times on that site, but can I upload pictures to a non-WP directory and then link (if that’s the right word) to the pictures from my various WP sites? When I try use a picture I seem only to have the choice of picking from the database of pictures I’ve uploaded.

    Hey there JimStuhmiller,

    Hope you’re well! ?? Working with Ivan here.

    You can use image came from external resource / website. You just need to enter the full url of image into this field ( after you click the ‘Add Media’ button ) : https://prntscr.com/5rl7dr

    As you can see on this url: https://sandbox0001.wordpress.com/2015/01/12/external-image/ that the image embedded came from imgur.com.

    https://prntscr.com/5rla4p = https://i.imgur.com/9tbl1P3.png

    When I try use a picture I seem only to have the choice of picking from the database of pictures I’ve uploaded.

    Yup, cause those are the images that wordpress have full control.

    Hope it helps! ??

    Best Regards,
    Calvin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inserting pictures’ is closed to new replies.