08/29/2016 at 3:46 pm
#388112
Keymaster
@ Sami
The only way to accomplish this is to edit the PHP of the template. Edit the card.php
file found in this folder:
../wp-content/plugins/connections-cmap/
Add the following line of code where you want the bio to display.
<?php $entry->getBioBlock(); ?>
Save the file to one of the folders outlined in the custom template override file tutorial.
Finally use the Template Customizer for cMap to turn off the bio display since there is no need to show it twice.
Hope that helps!