I am using a theme called Sofa OpnPress for a directory site I am building. I have imported my directory info via the CSV Importer plugin and have everything organized using the Custom Field Template plugin to display all the various data contained in my posts.
The issue I've run across is how to attach my image information as image meta data. The theme has a front end interface that allows a user to submit an entry to the directory and allows for image upload. As I understand it(I'm not super well versed in PHP), the theme developer has attached images that are uploaded as meta information, so it displays thumbnails and whatnot with the post.
The problem I'm having is that I don't know how to do that with my info I've uploaded via the CSV Importer. I have uploaded all my images to the media upload folder, then in my csv file had the relevant URL that references the image. Is there some plugin or script that I could run that would turn that image URL information into the proper image meta information? Or maybe I'm looking at it the wrong way and could possibly define that data in my spreadsheet pre-import and just don't know what to call them.