12/21/2013 at 9:39 am
#275811
Keymaster
@ Esther
The only way to do this would be to edit the template files found here:
../wp-content/plugins/excert/card.php and
../wp-content/plugins/excert/card-single.php
You would have to remove this block of code:
echo '<div class="cn-left">';
$entry->getImage( array(
'image' => 'photo' ,
'height' => 120 ,
'width' => 100 ,
'fallback' => array(
'type' => 'block' ,
'string' => 'No Photo Available'
)
)
);
echo '</div>'; // end cn-left
I’m just not exactly certain how this might effect the CSS.
Hope that helps.
