Theme Checker Text Domain

_x() is for string with a context. So your second argument is just the context, and there is no text domain. Suggestion: $string = _x( ‘%1$s %2$s – %3$s %4$s’, # string to translate ‘recent comments 1 = gravatar, 2 = … ‘, # context for translators ‘thst’ # text domain ); $visible = sprintf( … Read more

Theme doesn’t want to load localization files

One error: the function is load_theme_textdomain(), not load_textdomain(). The former is used for Themes to define/load a textdomain; the latter is for core, I believe. (Plugins have an analogous function, load_plugin_textdomain().) Try using: load_theme_textdomain( get_theme_text_domain(), get_template_directory() . ‘/languages’ );

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