Hi guys, i am trying to output the main image for author recent posts inside "author.info.php" template file.
I tried to do it this way
<img src="/<?php if($aitem->image!=""){ echo $aitem->getImage()->getSource( 'frontpage' ); } ?>">
but it's not working ... i get errors
So, any idea why this code does not output the recent posts main image src ?
<?php echo $aitem->getImage()->getSource( 'frontpage' ); ?>
Any fix or workaround it ? Thanks a lot !