I’m developing a website that can use both Russian and English as front-end language. The theme has translated strings in both languages. Now my problem is, whenever i use...
  • May 16, 2022
  • 0 Comments
I created my account and first blog while waiting at the airport in Switzerland. Now my admin page and blog are in German! I can’t understand what most of...
  • May 13, 2022
  • 0 Comments
I’ve been trying to achieve a seemingly simple permalink structure customization without success. The goal is to always have /aa-bb/ in front of each possible permalink, where aa is...
  • May 13, 2022
  • 0 Comments
<?php namespace wp_gdpr_wc\controller; use wp_gdpr\lib\Gdpr_Language; class Controller_Menu_Page_Wc { const PRIVACY_POLICY_TEXT_WOO_REQUEST = 'gdpr_priv_pov_text_woo_request'; const NOT_CONSENT_WOO_REQUEST = 'gdpr_not_consent_woo_request'; /** * Controller_Menu_Page constructor. */ public function __construct() { add_action( 'add_on_settings_menu_page', array( $this,...
  • May 6, 2022
  • 0 Comments
Hosting installed WordPress with like a gazillion languages. Can I just remove the language .mo and .po’s for the languages I don’t want or will that break something unintended?...
  • May 4, 2022
  • 0 Comments
IT Nursery
I have a wordpress site in a language that aligns RTL, but some pages are in English. These pages look terrible, however, because the English text is aligned with...
  • May 2, 2022
  • 0 Comments