Joomla! Tutorials
Joomla! Extensions
Joomla! Templates
Member Login
| Add article title to read more link |
| Monday, 30 November 2009 23:05 |
|
For this you can use the overrides... If they are not already there, in your template folder: create a new folder called 'html'. Then locate the following files:
Copy the files to your template's html folders:
Open these files:Nearly at the bottom of these files you should be seeing something like: <a href="<?php echo $this->item->readmore_link; ?>" class="readon<?php echo $this->item->params->get('pageclass_sfx'); ?>"> Change the line echo JText::sprintf('Read more...'); into echo JText::sprintf('Read more', $this->item->title); The “Read more” link should now look like this: Read more: (Article title) Keyword:
|
| Last Updated on Wednesday, 02 December 2009 09:17 |


