I’m considering he possibility of automating/scripting a basic WP install. Part of it will include downloading the latest WordPress version. The en-us version can be obtained by downloading http://wordpress.org/latest.zip...
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...
There’s a wp_blogs table which is very usefull when you want to get a list of blogs (and this is what I need to do). The problem is that...
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...
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...
I have a parent theme and a child theme, I would like to override the spanish .mo and .po files in the parent theme (or add them if they...
<?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,...
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?...
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...
I’ve been searching the internet for the last hour but I can’t find anything up-to-date to do this (all the suggestions are about plugins that haven’t been updated in...