01/09/2014 at 7:15 pm
#276799
Keymaster
@ Tim
It is possible, but you would need to edit the template in order to show it. You would need to add the following line to the card-bio.php file where you would want it to be shown.
<div style="display: block; margin-bottom: 8px;"><?php $entry->getCategoryBlock( array( 'separator' => ', ', 'before' => '<span>', 'after' => '</span>' ) ); ?></div>
I hope that helps!
