11/12/2013 at 1:25 pm
#273482
Keymaster
@ Kris
Open this file:
../wp-content/plugins/cmap/card.php
Add this code where you would like the categories to be shown:
$entry->getCategoryBlock( array('separator' => ', ', 'before' => '<span>', 'after' => '</span>') );
Save and upload overwriting the original file.
You may also have to add it to the following file depending on your configuration:
../wp-content/plugins/cmap/card-single.php
Hope that helps.