I just have been given access to an unmaintained WordPress site. I have access to the WordPress admin site, and also to the filesystem tree and PhpMyAdmin site through...
I have the issue with installation WordPress locally on my computer, XAMPP environment. In PHPMyAdmin I created an empty database, later I will import database that I downloaded from...
I have a WordPress site (v5.2.3), and every now and again (possibly monthly) the wp-config.php and .htaccess files are over written with bad information. This results in two problems...
Summary: WP CLI can be used to get a JSON output of all the plugins installed on a site, but the output gets corrupted due to warnings although log...
I have to domains: mydomain.dk and mydomain.de. Both are showing the same page in danish. I have a plugin that takes care of the languages, but I need to...
This is a simple skeleton for WordPress, that makes it possible to have just “themes” and “plugins” under version control: https://github.com/sourcerer-mike/WordPress-GIT-Skeleton When doing register_theme_directory(__DIR__ . '/themes'); with a folder...
I’ve installed WordPress locally using XAMPP and this step by step guide by Sunny Johal(Fifth post down on that page). The first time I used the step by step...
my site’s language is persian and persian is a right-to-left language. WordPress has a default installation package for this lang but for some cases like very bad translation for...
I am helping someone sort out a site, it suddenly wanted to be installed instead of showing the site itself. I found that the wp-config.php file was missing. Fortunately...
I am setting up a site on an airgapped (no connection to the Internet) internal network. It is quite slow in loading pages. I have already added define('WP_HTTP_BLOCK_EXTERNAL', true);...