@ Ian
You could use a bit of CSS “trickery”. Using the department field this CSS should do the trick:
#cn-list span.organization-unit:before {
content: "Teacher's Grade: ";
font-weight: bold;
}
The would not deal with the order change. For that you would have to edit the ‘card.phpandcard-single.php` files found here:
../wp-content/plugins/connections-cmap/
For the email, I suggest using this ROT13 Email Encryption extension. It doesn’t hide the email address but makes it more difficult for spam email harvesting bot to grab the email from the page. Hiding an email behind a mailto link will not prevent a spam email harvesting bot from seeing the email. If you mean to completely hide the email, you have two options. When you enter the email, set it as unlisted or private. The second option that is available since you are using the cMap template is to use the show_email shortcode option.
Hope that helps.
