08/14/2013 at 11:42 am
#267239
Keymaster
@ Robert
This isn’t shown on all template, actually not on most. However, it can be easily added to any template.
Add the following line of code to the template.php
file found here:
../wp-content/plugins/connections/templates/card-bio/
<?php $entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) ); ?>
Make sure you keep a backup of you modified template because an update to Connections will revert this change.
Hope that helps.