The Spa Blogs

The Spa Blogs - real advice for Spa Professionals from industry thought-leders.

We don’t just bring you events – we bring you ideas. Our blogs are packed with expert tips and stories from the people shaping the spa and wellness industry. Dive in and stay ahead.

ALL Wellness Wisdom The Spa Manager Playbook Shooting from the hip Letters to my younger self

SELECT *, LOWER(REPLACE(TRIM(`art_categories`), " ", "-")) AS `slug` FROM `tbl_article` LEFT JOIN `tbl_images` ON `art_id` = `img_art_id` AND `art_type` = `img_art_type` WHERE `art_createdate` < NOW() AND `art_type` = 2 AND `art_status` = 1 ORDER BY `art_createdate` DESC LIMIT 0,100