04/08/2014 at 9:54 am
#288056
Keymaster
@ Joe
Semantically, it would be more correct to place the officer title in the title field.
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/connections-cmap/
<?php $entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) ); ?>
