Hi I'm trying to pull posts using the wp query. Just one problem--I am trying to sort the posts alphabetically by a certain meta_value. Thing is that this meta_value is a serialized array. Is there an easy way to do this without having to unserialize it? Thanks!
a:1:{i:0;a:1:{s:7:"people";s:16:"Tanya Garca";}} Btw, I cannot change the way the meta_value is being saved because I am using this plugin which automatically saves it serialized.