The WordPress REST API (Representational State Transfer API) is a mechanism which allows applications to exchange data with your WordPress website in a JSON format. This API is by default […]
Multiple local websites with XAMPP
Introduction Setting up multiple local websites with XAMPP where each website has its own domain name is more easy as you may think – it’s basically a 3-step process: However […]
Premium packages in your transaction require a subscription (GetPageSpeed)
Problem: when you try to install or update packages on AlmaLinux, you may face an error similar to this: This error means that you’ve installed GetPageSpeed Linux Repository and the […]
How to fix SSL certificate problem: certificate is not yet valid on Almalinux server
If you face an errors similar to these when trying to do things on your AlmaLinux server: Curl error (60): SSL peer certificate or SSH remote key was not OK […]
Visitor IPs are not logged for websites behind CloudFlare on Plesk
A common problem for websites hosted on a Plesk server and proxied via CloudFlare is that visitor IPs do not get logged in the site access log – instead you […]
Test SSD random read / write speeds on AlmaLinux using FIO
To test disk random write speed use the following command: Which will run a test with the following parameters: Block Size 16KiB IO Depth / Queue Depth 64 Number of […]
How to hide WPML icon in the WordPress admin bar
Some WordPress users who use WPML on their sites may find this WPML admin bar icon annoying. As there is no clear way how to remove it programmatically, a CSS […]
Remove WooCommerce “LIVE” admin bar button
With the release of WooCommerce version 9.3.3 a new useless element has appeared in the WordPress admin bar – “Live” button which symbolizes that the WooCommerce built-in “Coming Soon” mode […]
How to remove default WordPress dashboard widgets
When you create a Websites with WordPress, in general you do not need dashboard filled with useless junk like “WordPress Events and News”, “Quick Draft”, “Welcome” widgets. This short article […]
What to include in .gitignore file for WordPress websites
When you want to add the GIT source control for your WordPress based website this is always the first question that comes into the mind – what to include in […]