I need a Custom Field where I can fill it with multiple values, for example
Custom Field Value
Images = img1.jpg, img2.jpg, img3.jpg
Thanks
I need a Custom Field where I can fill it with multiple values, for example
Custom Field Value
Images = img1.jpg, img2.jpg, img3.jpg
Thanks
Can you be more precise on what you want to do? Are you manipulating the post meta data from the theme files?
If so, you can actually pass arrays to update_post_meta
and it will automatically serialize it.