Revision: 52865
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at November 3, 2011 16:16 by bubaphex
Initial Code
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 : echo JText::sprintf('Read more', $this->escape($this->item->title)); endif; ?> Change this rule: echo JText::sprintf('Read more', $this->escape($this->item->title)); To: echo 'Read More';
Initial URL
http://stackoverflow.com/questions/5730435/remove-readmore-article-title-from-joomla
Initial Description
Initial Title
Remove Title from Read More
Initial Tags
joomla
Initial Language
PHP