
How to Add Custom Content Under WooCommerce Product Gallery Images
Sometimes you may need to add an extra text below an image to inform the customers about something important. It could be one or more of the following: warranty periodrefund policyshipping delayspromotions that you’re currently running You can paste the following code...

How to fix Wordfence Blocked WordPress Login Due to Insecure Password
Did you receive this error after you tried login in? It's from Wordfence. INSECURE PASSWORD: Your login attempt has been blocked because the password you are using exists on lists of passwords leaked in data breaches. Attackers use such lists to break into sites and...
Vote for a Smarter PHPStorm Debugger Popup
If you’re a developer that uses PHPStorm to write awesome code please read below. PHPStorm is a pretty smart & intelligent IDE. The thing is when it comes to debugging and if you have several projects open it would annoyingly ask you to select which project to...
How to Prevent Bitbucket from Prompting for Login/Authentication
This was bugging me for quite some time. Sometimes there would be some notices in the Notification tab. It was hard in the beginning to find which project was triggering that. In my day to day life I use phpstorm and by pressing CTRL+T it would pull all the changes by...

Linux VPS/Dedicated Server Migration Checklist
The main goal is to reduce the chance of downtime as much as possible and the stress that comes when unexpected things come up. The key to a successful server migration is proper planning. It’s good to see the whole picture first and as clearly as possible. You can’t...

How to Secure Your DigitalOcean Droplet/VPS Server using Ubuntu Firewall (UFW)
There are login/authentication attacks done every single second. Not sure how those hackers manage to detect that a new server is up and running but they start checking for weak points as soon as possible. Once they get access to it they can install a trojan horse and...
How to Fix WordPress & PHP Warning: mysqli_real_connect(): (HY000/1040): Too many connections
If you notice this error in your WordPress debug.log file (which is usually stored in wp-content/debug.log) that means that lots of people have connected to your site and that resulted in reaching the database connection limit. Normally, this should not happen if the...

WordPress Upload Error: Server Cannot Process the Image
The other day we run into this weird error on a server that that has 8GB RAM! It's really weird to see that kind of error. Here's the full error message. The server cannot process the image. This can happen if the server is busy or does not have enough resources to...

How to Fix 500 Internal Server Error in WordPress
When you have a website regardless if it’s a php only site or a WordPress site you have probably encountered the 500 Internal Server Error. The server shows the error but doesn’t tell you anything that may have caused it. Another type of bad error is to not see an...
How to Remove OBJ Character in WordPress Post Title
I recently noticed that some of my articles started including a weird OBJ character at the end in the post title.My process of writing articles is in Google Docs first. It's a very convenient way to write. I can even voice type as well to improve my productivity. When...