August 1, 2025 at 11:11 am
Hello,
I am building a WordPress website using the Kadence theme, Kadence Pro, and Advanced Custom Fields (ACF). The specific page I am working on is: *Login to see link rs/tours/greenland/
I have created a custom post type named “Tours,” which includes two ACF checkbox fields: what’s_included and what’s_not_included. Both of these fields are populated with multiple items.
My objective is to display the content of these fields within a list item of the Kadence Icon List block, as shown in the “Pricing Overview” section. The challenge is that the default output from the ACF checkbox field is a single, comma-separated string. However, on the front end, I need each item to be separated with an inline bullet point (or icon) to create a list that flows horizontally, rather than just a comma-separated line of text.
How can I modify the output to achieve this desired formatting? Do I need to use a code snippets plugin like FluentSnippets?
Many thanks,
John