Tomasz Regdos
asked 8 years ago

In init.php is load_theme_textdomain('dw-timeline', get_template_directory() . '/lang'); but directory with translations files is in "languages" directory.

Domain for translations is dw-timeline but in themes domains has other name: dw-timeline-pro, dw timeline and fw.

1 Answers
DominicStaff
answered 8 years ago

Don’t worry about the domain for translation in the DW Timeline pro theme, we have made the pro version from the DW Timeline free and still use some class and domain look like the free version.
About your code, you can replace with the following code:
load_theme_textdomain('dw-timeline', get_template_directory() . '/languages');

If you have any issue about the translation, please let me know, I will check and help you resolve it.
Hope this helps!

Powered by DW Question & Answer Pro