02/13/2015 at 10:14 am
#319319
Keymaster
re: Paul
This is possible but would require you to edit the template’s files. You would want to add the following code to the card.php
file found here:
../wp-content/plugins/connections-excerpt-plus/
getImage(
array(
‘image’ => ‘logo’,
‘height’ => 100,
‘width’ => 100,
)
); ?>
If you decide to do this, then I highly suggest following the instructions in this QuickTip.
Now, you’ll likely have to add edit the CSS too, so I recommend reading this QuickTip.
Hope that helps! Let me know.