08/03/2013 at 9:05 am
#266394
Keymaster
@ Dogsized
If you’re able to edit PHP you could edit the template to include it.
Open the card.php
and card-single.php
and place the following code where you want the categories to be displayed. Both files can be found here:
../wp-content/plugins/cmap/
<?php $entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) ); ?>