Support

Account

Home Forums Add-ons Gallery Field How to extract the serialized array Reply To: How to extract the serialized array

  • I was hoping that the information I provided would help you find the information you needed. The database query that you’re doing will not get what you want.

    You’re going to have to do another query of the postmeta table using each of the ID values in the array. I think that you can query the meta_key _wp_attachment_metadata. This will give you another serialized array and this array will contain the urls for each of the different image sizes. Then you’ll need to extract what you want from there.