Leave a Reply

1 comment

  1. Yes you can, either by code:

    $demo = array('value1','value2','value3');
    update_post_meta($post_id,'meta_key',$demo);
    

    Or simply using the custom fields UI, add ass many values as you want one at a time and make sure they all have the same meta_key.