WordPress Speed Up Service | WordPress Website Maintenance Packages Reply To: implode error issue, by DionDesigns The way you are calling get_post_meta() will return a string, and implode() requires an array as input. I suggest you read the developer documentation for get_post_meta() to understand how it works. https://developer.wordpress.org/reference/functions/get_post_meta/ Reply To: implode error issue