Home › Forums › Pro Support › Remove separator in post meta Tagged: comma, separator This topic has 3 replies, 2 voices, and was last updated 4 years, 5 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 11, 2019 at 12:34 am #8658 DanielParticipant Hi! Is there any way to remove the commas between labels in post meta? April 11, 2019 at 4:37 pm #8674 TomKeymaster Hi there, Try this function: add_filter( 'wpsp_term_separator', function() { return ''; } ); Adding PHP: https://docs.wpshowposts.com/article/adding-php/ Let me know 🙂 April 12, 2019 at 1:45 am #8676 DanielParticipant Perfect, Thanks! April 12, 2019 at 5:29 pm #8687 TomKeymaster You’re welcome 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In