I am needing to output my entries {categories} with the last result separated differently.
For example; Apples, Bananas and Carrots. Currently, I can output a similar result using;
{categories limit="3" backspace="2"}{category_name}, {/categories}.However I am not sure how I can conditionally replace the comma with an ampersand before the last result.
Any ideas would be appreciated!