WP core emails translated
WP core emails translated
WP core emails translated
How can I change the permalink of a translated home page?
UPDATE 1: I haven’t find a solution yet (other than using Polylang Pro). But I must add that my original question was partially wrong, since the rewrite option is for the single page url, not the archive one. Custom post type archive has its own slug and it’s the has_archive option (can be boolean or … Read more
How to register javascript variables in wp_localize_script?
Yes, you can test it on WPReadme website, just paste your readme.txt file conrent and click Preview button: WPReadme.
Single translation for many locales
What can be reason for no plugin-strings available under stable section on translate.wordpress.org?
You can get the browser language from the PHP global $_SERVER[‘HTTP_ACCEPT_LANGUAGE’] )
Themes should always have only one textdomain – most of the localization tools base on that assumption, so if you put multiple textdomains in the same theme, you make localizing it much harder. As for wordpress.org… It is clearly stated that: Themes that are hosted on WordPress.org the text domain must match the slug of … Read more
Is it possible to use multiple post_name, post_title and post_content?