Server Side
How to increase PHP Time Limit for WordPress?
What Is The PHP Time Limit? The PHP Time Limit is the amount of time that your site will spend on a single operation before timing out. When an operation reaches the time […] Read more
Enable keep-alive.
Enable keep-alive. Enabling keep-alive tells the browser of your visitors to establish a TCP connection once instead of multiple times to request all the web files loaded on your web page (like images, […] Read more
How to rename a custom field in wordpress using phpmyadmin?
Sometimes we change a theme with another and many things do not work like before because theme, plugin or anything else is developed by different coders in different ways.One of them are the […] Read more
Fix “WordPress Connection Information” on ubuntu server
Before I continue with the guide I want to notify that if you are facing this problem on localhost I recommend to read this article here. Many webmasters are having the same issue […] Read more
How to Increase the Maximum File Upload Size in WordPress
WordPress’ new built-in media players make it a powerful platform for streaming video and audio. But you might notice that your WordPress install has a prohibitive maximum file size for uploads. If you […] Read more
Install WordPress via SSH Command Line
Save time! These are the SSH commands to get the latest WordPress package and install it on your server. This is a lot faster than downloading WordPress and uploading it to your server […] Read more