How to change the lang=”en-US” value of the HTML document?

The value for that string is normally taken from the option WPLANG in your database table $prefix_options. You can set it in the backend under Settings/General (wp-admin/options-general.php) or per SQL. There several ways to change that value per PHP: Create a global variable $locale in your wp-config.php: $locale=”en_GB”; Declare the constant WPLANG in your wp-config.php: … Read more

Spanish site, some words translation still in English

Basically, what’s happening is that whatever plugin/theme you are using “forgot” to translate those strings. Translations in WordPress are handled by Gettext, you can learn more about it here and here. If you really want to get your hands dirty and perform manual fixes to those untranslated strings you would need to find the string … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)