Today,I set up the WordPress.org blog application on my website.The 5 minute install was exactly good. But whenever I tried to upload a media file I was encountered with the below Error. The concept on how to fix this issue is complex, yet the solution is easy. Go to your cPanel,Create a new file named […]
Category: WordPress
How to Protect Your WordPress Admin Area
The .htaccess file is a highly effective configuration file that allows you to enhance your site’s security and efficiency. In this article, we will show you how we can use .htaccess to secure your WordPress admin area by restricting the access to chosen IP’s. For that purpose Simply use the following code into your .htaccess […]
Error Establishing a Database Connection in WordPress
If you have been browsing the web for a while, you have seen this error a few times. Error Establishing a Database Connection is one of those errors that could be due to different causes. As a WordPress beginner, this could be awfully annoying exclusively when it occurred on its own without you modifying anything. […]
WordPress Posts Returning 404 Error
This is another common WordPress issue like WordPress Fatal error: Allowed memory size exhausted. which happens while customers try to access posts and in return gets 404 Not Found Error. However, in this situation the admin panel of your WordPress is accessible. It is noticed that mostly it happens when either some went incorrect with your […]
WordPress: White Screen of Death
If anyone working with a WordPress website would have experienced this white screen of death at least once. The WordPress white screen of death is one of those frustrating issues like Maximum Execution Time Exceeded in WordPress. The purpose why this problem is frustrating for customers is because there is no error clue in most […]
Fatal Error: Maximum Execution Time Exceeded in WordPress
WordPress is written mainly in PHP development language. To protect web servers from misuse, there is a restrict time limit set for how long a PHP program can run. Some hosting providers have set this value to a higher level while others may have set it to a lower level. When a script reaches the […]
How to Find and Replace text in your WordPress Database
Lets say you had written 50 posts and you write something incorrect. For example WordPress instead of WordPress. Now you can’t probably go look for all 50 posts to modify just the upper-case of P. In this post we will explain how you can use an SQL query for WordPress Database to Find and Replace […]
Multiple WordPress Installation Using a Single Database
Sometimes there are more than one WordPress set up is necessary, but your host might have restricted MySQL Database allocation. Well the remedy for that issue is having several WordPress set up in one database. You must set up WordPress manually to perform this. Most one click applications like Softculus or Fantastico would not let you […]
How To Reduce Spam Comments in WordPress
If you have a self-hosted WordPress blog which is quite well-known, the most frustrating factor is fighting WordPress spam comments regularly. Whenever you sign in to WordPress panel, you see a lot of spam comments waiting to be removed. Either you have to remove them personally or let them die in the spam queue. The […]
Beginning with WordPress: Installing WordPress
WordPress is known as the most popular writing a blog service and CMS. New customers are often amazed when we tell them that WordPress is also well known for its easy set up. All best WordPress website hosts allow you to set up WordPress within few clicks. In most conditions, setting up WordPress is easy […]