Hi I need to modify to display the first image of the post in the related post?
Thank you.
Thank you.
if( $blog->getImage() ){}
else
{?>
<li id="entry_<?php echo $post->id; ?>">
<a href="<?php echo EasyBlogRouter::_('index.php?option=com_easyblog&view=entry&id='.$post->id); ?>"><?php echo $post->title; ?></a>
</li>