07/14/2015 at 9:18 am
#340035
Keymaster
@ Reshma Tachkani
One option, the easy option, add the text to the “Department” field.
The other option requires you to edit the card.php and card-single files found in this folder:
../wp-content/plugins/connections-cmap/
This requires some basic PHP editing skills…
Add the following line of code to where you which the category text to appear in both files:
$entry->getCategoryBlock(
array(
'label' => 'Criminal',
'separator' => ', ',
'before' => '<span>',
'after' => 'lawyers</span>'
)
);
Hope that helps!
