05/28/2013 at 11:45 am
#261051
Keymaster
@ Robyn
That site isn’t using the cMap. It is using the default template and cMap does not display the category info. The only way to show this is to edit the template PHP file for cMap.
Open the card.php file and add the following:
<?php $entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) ); ?>