10/22/2013 at 1:46 pm
#272024
Keymaster
@ Sandro
The file for this template can be found here:
../wp-content/plugins/connections/templates/card-bio/card-bio.php
You need to edit this line. You need pass the option array to tell the function to display the logo instead. Like so:
<?php $entry->getImage( array( 'image' => 'logo' ) ); ?>
Here’s the doc for that function.
Hope that helps.