11/05/2018 at 9:06 am
#476467
Keymaster
@ Jody
Change it to”
<a href="<?php echo $entry->getPermalink(); ?>">
<?php
$entry->getImage(
array(
'image' => $atts['image'],
'height' => $atts['image_width'],
'width' => $atts['image_width'],
'fallback' => array(
'type' => $atts['image_fallback'],
'string' => $atts['str_image'],
),
)
);
?>
</a>
And for the name, use:
enter code here`<h3><?php $entry->getNameBlock( array( 'format' => $atts['name_format'], 'link' => true ) ); ?></h3>
Hope this helps!
