Remove readmore if hits>15 - Joomla! Forum - community, help and support
hi need little help.
i need remove "readmore" articles if hits > 15.
i try use oncontentbeforedisplay function:
but need full article not intro. any1 can me, how can?
i need remove "readmore" articles if hits > 15.
i try use oncontentbeforedisplay function:
code: select all
if ($params->get('show_readmore') == 1) {
$article->readmore = false;
}
return;
but need full article not intro. any1 can me, how can?
Comments
Post a Comment