09/10/2014 at 8:59 pm
#303554
Keymaster
@ Beany
Yes, this is possible, but you need to edit the template to do so. The file is card.php
and it is found here:
../wp-content/plugins/connections-cmap/
The block of code you want to move is this:
<?php $entry->getContentBlock( $atts['content'], $atts, $template ); ?>
If you decide to do this, then I highly recommend following the instructions in this QuickTip to make the change update safe.