Where in the SQL database is the gallery image data stored?
-
I’m presently migrating a site from FooGallery to MaxGalleria by batch replacing SQL entries.
Perhaps this is a bit unconventional, but since I have to migrate over 150 existing galleries (with anywhere from 10-100 photos per gallery), it makes sense.
This said, while I have had no problem moving over the galleries themselves (replacing
post_type
fromFooGallery
toMaxGalleria
in wp_posts does that exceptionally well), moving the photos within each gallery has become a bit of a problem.I’ve had no trouble locating the individual entries for each FooGallery – they store the per-gallery image data under
foogallery_attachments
as ameta_key
. However, I have gone so far as to create a clean copy of WordPress with just MaxGalleria installed, and I still can’t find where MaxGalleria is storing its per-gallery image data.Can you help out here? In the worst of cases, I’m considering migrating the FooGalleries to NextGEN using SQL, and then importing NextGEN into MaxGalleria with your import tool.
Please do let me know. Thank you!
-KK
- The topic ‘Where in the SQL database is the gallery image data stored?’ is closed to new replies.