I activated the Upload option and it seems to have a weird little bug. When it provides the html for the image sourcing, it puts “;/” in front of the addressing for the image location. This has to be deleted when the code is pasted into the post or WordPress cannot locate the image. I went into the options-misc.php file thinking it might be a problem in there, but could find nothing there that looked incorrect.
Just to be clear, here is an example of the code provided (with no thumbnail selected):
<img src=’;/wp-content/image.jpg’ alt=” />
In order for wordpress to locate and post the image, it should read like this:
<img src=’wp-content/image.jpg’ alt=” />
Any thoughts on how to fix this? I have a good friend with a blog who is computer illiterate, and she is never going to be able to keep this straight.
Thanks,
Dean