All preset text in Interspire Website Publisher is stored in 2 files.
/includes/language/front_language.ini
/includes/language/back_language.ini
The front_language.ini file contains all the preset text for the public area of the website, while back_language.ini contains all the text for the control panel.
These files can be edited in any text editor. Here is an example. Just say you wanted to change "Popular Articles" to "Top Stories". You need to edit the public area file, so open up front_language.ini and search for Popular Articles. You will find a line like:
hpPopularArticles = "Popular Articles"
In order to change it, you only need to edit the text within the quotes. So we might change it to: (Note: we leave the text before the = intact)
hpPopularArticles = "Top Stories"
If you need to put a quotation mark inside the text, you can not use a normal ", but instead can use the html equivalant: "
Example:
hpPopularArticles = "Top "Rated" Stories"
would return:
Top "Rated" Stories
Once you have changed it, save and re-upload to your site.
If you have any trouble, send in a trouble ticket via the client area.

The article has been updated successfully.