07/22/2014 at 10:42 am
#297757
Keymaster
@ Leonid Design
You can add the categories to the card.php
or card-single.php
files by adding this where you want them to be displayed:
$entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) );
I recommend following the method in this QuickTip so you can add it in an update safe way.
Hope that helps!