Hi I have installed easyblog and created a few post , I inserted the read more button before some text but when selected the blog displays a empty blog on a new page.
I tried inserting this line of code :
<a href="/<?php echo EasyBlogRouter::_('index.php?option=com_easyblog&view=entry&id='.$row->id); ?>" title="<?php echo $this->escape( $row->title );?>" itemprop="url">Read More</a>
in the "JoomlaFolder/templates/gk_game/html/com_easyblog/blog.item.php" file but no luck.
Any help or tips will be much appreciated.