04/09/2013 at 12:44 pm
#256410
Keymaster
@ Bill Roller
Open the card.php file found here:
../wp-content/plugins/cmap
Insert the following where you want the assigned categories to show-up:
$entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '', 'after' => '' ) );
The phpDoc for this method can be found in the class.output.php file.
