|
Change Next> to Read Next> |
How and where to change the article navigation prompts in Joomla (line 273 in english.php)
The <Prev and Next> navigation links at the bottom of a page are just okay. They aren't very people friendly. You can add your own NEXT/PREVIOUS text by editing the language file in Joomla.
For example, to change the bottom / standard <Prev and Next> text to display
<Read Previous Read Next>
Do the following...
1. in JoomlaXplorer (or some other less useful tool ;) go to
joomla_home_dir/language/
2. Open english.php
3. edit line (about 273 & 274)
4. change the text from 'Prev" to 'Read Previous' and 'Next' to 'Read Next'
5. Save the changes.
|