IT Nursery
I have noticed that in the <html> tag on my WP site that the language is defined as US English. <html lang="en-US" prefix="og: http://ogp.me/ns#"> I would like to change...
  • April 26, 2022
  • 0 Comments
IT Nursery
I changed my site language a few times for testing purposes. The problem is that after changing it back, WordPress continues to update plugin language packs. How can I...
  • April 22, 2022
  • 0 Comments
IT Nursery
bbPress’ language folder (wp-content/plugins/bbpress/bbp-languages) has that warning: /** * Do not put custom translations here. They will be deleted on bbPress updates. * * Keep custom bbPress translations in...
  • April 19, 2022
  • 0 Comments
IT Nursery
I have two page templates and Qtranslate installed. I want to choose one or another depending the language selected. Can I do something like this ? if($q_config['lang'] == 'en'){...
  • April 14, 2022
  • 0 Comments
IT Nursery
WordPress is set to Dutch language. When I use get_the_archive_title() my theme correctly outputs “Categorie: Category-name” on a category archive page. However I’d like that to read “Sectie: Category-name”....
  • April 11, 2022
  • 0 Comments
IT Nursery
The goal is to offer a button/select drop-down or similar to switch the public interface1) language on the fly. What I’m searching for Plugin or Theme Code… … or...
  • April 10, 2022
  • 0 Comments