So I have this Wordpress blog at ilovetheupperwestside.com. It uses the Aggregate Theme from Elegant Themes.
I moved it from a temporary location to the current URL.
This action broke some things, but thanks to a plugin called "Velvet Blues Update URLs" and a (serialization safe) database search & replace script nearly everything was fixed. One problem seems to still remain.
Media paths that are generated by Wordpress are server directory paths, example from this article:
<div class="thumb">
<img src="/home/sear9635/public_html/uwsb/wp-content/uploads/et_temp/morningside-heights-amsterdam-960-166604_200x200.jpg" class='single-thumb' alt='The Magic of Morningside Heights' width='200px' height='200px' />
<span class="overlay"></span>
</div>
<!-- end .thumb -->
The file in question is a new file which I just uploaded. The thumbnail was generated by Wordpress with the faulty URL. This seems to occur with all media content.
Does anyone have any idea what's going on? Any help would be greatly appreciated.