Image ID Issues after Upgrade
-
Greetings.
Since the latest WordPress update, images no longer show up when insterted through the media manager. This began the second after I upgraded to the latest version of WP using the dashboard updater.
The wp-image ID appears to be incorrect. When I remove that portion of the code, the image displays.
My site is located at: https://www.killingmylobster.com
For example, this image does NOT display:
<img src="https://www.killingmylobster.com/wp-content/uploads/2016-bffs-web-300x300.png" alt="2016-bffs-web" width="300" height="300" class="alignright size-medium wp-image-8272" />
But this one displays (after removing “wp-image-8272”).
<img src="https://www.killingmylobster.com/wp-content/uploads/2016-bffs-web-300x300.png" alt="2016-bffs-web" width="300" height="300" class="alignright size-medium" />
The direct URL views show the image fine so it must be an wp-image issue. This is happening to old images that were already on the site, as well as new images uploaded today. The site has not been moved or relocated and this is not a multi-site installation.
I have tried disabling all plugins.
I have tried uploading the image first to the media manager and then creating a new post to add it to.
I have tried uploading the image directly from inside the new post.
I have tried different alignments (left, right, none).None of these fix the issue. The only way I can get the images to show up is to remove the “wp-image-8272” portion of the class.
Please help.
Thank you!!
- The topic ‘Image ID Issues after Upgrade’ is closed to new replies.