How to change words in the theme
All language packs are here :
http://www.appthemes.com/support/languages/classipress/
http://www.appthemes.com/support/languages/
http://www.appthemes.com/blog/how-to...rdpress-theme/
To use them to change some words follow these steps
1.extract your classipress.zip.
2.find the classipress.pot file.
3.edit the extension (pot) to po.
4.open the po file with poedit (or any other similar program).
5.make all the changes you want to the translation.
6.save the po file. (this will create another file with the extension (classipress.mo file).
7.rename the mo file to classipress-en_US.mo.This is in the case you are using the default language of ClassiPress.If not, you need to rename using your language code,
example:for Italian the file should be classipress-it_IT.mo
8.with ftp goto to folder "
wp-content" and create the folder "languages".
9.inside the "languages" folder create another named "themes".
10. Place the file classipress-en_US.mo inside the "themes" folder.
11.Important save/store somewhere safe the po file, in the future you may need again to modify your language, Poedit needs the po file!
12.if you are not using the default language (english) then you need to change the WPLANG in
wp-config.php (prior to WordPress 4.2) or with latest WordPress version from
wp>settings>general>site language.
Last edited by dimitris; October 14th, 2015 at 09:22 AM.