By QMAXX on Thursday, 14 December 2017
Posted in General Issues
Replies 3
Likes 0
Views 420
Votes 0
I would like to insert a read more before the original link. So that the link only appears on the article page.

Where do I have to insert the code?


<hr id="system-readmore" />


thank you
In the mapper.php file, you can do something like this,

[gist]
$contents .= '<hr id="system-readmore" />';
$contents .= '<div><a href="' . @$item->get_link() . '" target="_blank">' . JText::_('COM_EA_FEEDS_ORIGINAL_LINK') . '</a></div>';
[/gist]
·
Thursday, 14 December 2017 22:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Super:) Thank you
·
Thursday, 14 December 2017 22:11
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Thursday, 14 December 2017 23:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post