I am in the process of moving content from one site to a new domain. I performed a clean install of WP for the new domain, exported all content from the old domain, and imported into the new domain. Fixed the bad links to the old domain. No problem with that part.
I am having problems with the image links being broken in posts and pages. It looks like the image filename has the image size appended to the end of the filename - "myimagefile-1024x1024.jpg". The href for the image is simply "myimagefile.jpg", and works when I click on the image, so I know the image made it across in the export/import process. The problem appears to the the "-1024x1024" that is attached to the filename in the <img> src.
Is this image size stuff built-in to a plain WP install or is it something inherent to the theme that was used at the old domain (Woo Themes).
Thanks for any help..