10/06/2014 at 9:08 am
#306117
Keymaster
@ Jon
Sorry, no, there’s not a shortcode code but if you know some fairly basic PHP you can add this to the template.
Add the following code to the card.php
and/card card-single.php
file found here:
../wp-content/plugins/connections-tile-plus/
<?php $entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) ); ?>
If you decide to do this then I suggest creating a template override file as as explained in this QuickTip.
Hope that helps!