Remove commas from join in Code Generator-created code

2 posts by 2 authors in: Forums > CMS Builder
Last Post: March 4, 2014   (RSS)

By Chris - March 4, 2014

Hi benedict,

Do you want them separated by spaces?

Category (labels): <?php echo join(' ', $record['category:labels']); ?>

...should give you e.g. Home Business

Category (labels): <?php echo join('', $record['category:labels']); ?>

...should give you e.g. HomeBusiness

Hope this helps!

All the best,
Chris