01/26/2016 at 5:23 pm
#362602
Keymaster
@ bebe
re: Can you tell me how to force the logo to show under the image?
Same way you did before. That has not changed. Drop this in the template to show the logo:
$entry->getImage(
array(
'image' => 'logo',
'fallback' => array(
'type' => 'none',
),
)
);
Make sure to use a template override file.