Reading Content in an Array as it relates to a meta_query
What I don’t really understand is how or what the ‘orderby’ => ‘meta_value’, is actually sorting by as the key has multiple values. It doesn’t have multiple values. It has a single value: a:2:{s:3:”day”;s:1:”8″;s:5:”month”;s:5:”March”;}` This is a ‘serialised array’. This is just a way to store an array as a string. As far as WordPress … Read more