Anyone knows how to change the blog link to load a new page and not on the side? I want my users to go directly to my blog frontpage when they click on the blog icon
<a href="<?php echo EasyBlogRouter::_( 'index.php?option=com_easyblog&view=latest' );?>">
<i><?php echo JText::_( 'COM_EASYBLOG_BACK_TO_BLOGS' ); ?></i>
</a>
<a href="<?php echo EasyBlogRouter::_( 'index.php?option=com_easyblog&view=latest' );?>" target="_blank">
<i><?php echo JText::_( 'COM_EASYBLOG_BACK_TO_BLOGS' ); ?></i>
</a>
Robert wrote:
here's the screenshot Mark, I have tried edited sidebar.app.php without success