tifa
asked 9 years ago

How can i change the langugae from DW Focus plugins? For example i would like to change the sentences like “Must read articles” etc.

Thank you for your help.

1 Answers
DominicStaff
answered 9 years ago

Hi Tifa,
To change language in the DW Focus, You can use the qtranslate plugin. Please find the plugin here: http://wordpress.org/plugins/search.php?q=qtranslate
If you want to change the sentences like “Must read articles” in the DW Focus. You can open the functions.php find the line 838.
Hope this helps!
 

tifa
replied 9 years ago

Thank you very much for your help. 🙂

ilyasscom
replied 8 years ago

hi, how can we change the date language, i can’t find it in any file in the theme, and even if i use translate plugins, thanks

dominic Staff
replied 8 years ago

If you want to translate date, you can do as the following:
Open the functions.php file in the folder path "wp-content -> themes -> dw-focus". Find the line 340.
Replace the following code:
return date( get_option( 'date_format' ), $from );
With new code:
return date_i18n( get_option( 'date_format' ), $from );
Hope this help!

Powered by DW Question & Answer Pro