Problem translating ClassiPress
Hi,
I am trying to modify some of the text used in the theme without success. It seems that the .mo file is not being loaded.
I read quite a few of the threads to try and resolve the problem, but with no success.
I followed the guides as described here:
-
http://forums.appthemes.com/help-usi...s-theme-88872/
-
https://www.appthemes.com/blog/how-t...rdpress-theme/
-
http://www.wpmorphed.com/2013/07/how...rdpress-theme/
I did the following:
- Created both classipress-en_US.mo and en_US.mo (identical files) files from the default classipress.pot using poedit and changing some of the text
- Added
Code:
define('WPLANG', 'en_US');
to the
wp-config.php file
- Copied the .mo files to both the
wp-content/themes/classipress and
wp-content/languages/themes folders
I read the
WP docs, and I can see the call to load_theme_domain in theme-framework/kernel/functions.php being executed (returns true) but no translation is loaded.
Can you please suggest what I should look at next?