12/19/2013 at 3:42 pm
#275672
Keymaster
@ biorn
To add the logo, you’ll need to edit the template file.
Open this file:
../wp-content/plugins/connections/templates/card/card.php
And add this where you want the logo to appear:
<?php $entry->getImage( array( 'image' => 'logo' ) ); ?>
I suggest replacing this line:
getImage(); ?>
Hope that helps.