• Hello!

    I am struggling with a post on my wordpress site where all my images are showing up as broken.

    I checked the code and it is still linked correctly to all my images.

    Ex:` <img src=”wp-content/uploads/2018/05/1.-Ingredients.png” alt=”Keto Salted Caramel Mocha Bulletproof Coffee” width=”800″ height=”533″ />
    <h3>INGREDIENTS</h3>`

    I checkedhttps://www.damngoodketo.com/wp-content/uploads/2018/05/1.-Ingredients.pngand it works fine for me.

    I checked my cpanel upload file permissions and they are set to 755.

    I’m feeling stuck — any ideas how to fix this issue?

    I host through GoDaddy. Any help is much appreciated!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Viewing the page source code through Inspector I notice that the image is missing a forward-slash (“/”) at the beginning of the image URL.

    https://ibb.co/ntG0NT

    The image above; the “src” should read “/wp-content/..”, not “wp-content/..”

    Are you adding images into the post in the usual way, with the “Add Media” button?

    Thread Starter piperyoutzy33

    (@piperyoutzy33)

    Thank you for the response!

    Yes, I have been adding them using the “Add Media” button, I haven’t done anything with the actual code until troubleshooting this issue.

    Do you know why the Add Media button would be inputting the images incorrectly? They worked when I first created the post, and I only noticed today that they’d stopped working, so I really have no idea what happened…

    Does this issue occur when you add new images to a new post?

    Also trying refreshing the permalinks. Do this by going to Settings -> Permalinks -> and click the Save button.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘All images in post showing as broken’ is closed to new replies.