/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
in the html folder in template files: <?php if ($this->item->readmore_register) : echo JText::_('Register to read more...'); 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';
URL: http://stackoverflow.com/questions/5730435/remove-readmore-article-title-from-joomla