Need Advice to Working with Custom Post Meta
If it where me id store each question as a ‘question’ type meta as a stored array. WordPress automatically serializes your array before storing it. So then when you use get_post_meta($post_id, ‘question’) it will return an array of serialized strings.(I think, Im pretty sure it wont unserialize it for you if there are more than … Read more