05/01/2013 at 11:27 am
#258489
Keymaster
@ Mindy
Add the following to the card.php file where you want the assigned categories to show.
<?php $entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) ); ?>
