I need to have 2 modules News Show Pro GK4 on the homepage showing articles from 2 different categories. Once clicking on the Read more button they should redirect to a list of articles within the chosen category. Can you please tell me how to achieve this?
Is there something I should change on this line?
- Code: Select all
$link = ($news_id !== 0) ? JRoute::_(ContentHelperRoute::getArticleRoute($news_id, $news_cid)) : JRoute::_('index.php?option=com_user&view=login');
Thank you
Paolo