/ Published in: PHP
URL: http://stackoverflow.com/questions/5730435/remove-readmore-article-title-from-joomla
Expand |
Embed | Plain Text
in the html folder in template files: <?php if ($this->item->readmore_register) : elseif ($readmore = $this->item->params->get('readmore')) : echo $readmore; else : endif; ?> Change this rule: echo JText::sprintf('Read more', $this->escape($this->item->title)); To: echo 'Read More';
You need to login to post a comment.
