How to Disable the WP-Cron (wp-cron.php) in WordPress

WordPress uses a file called wp-cron.php as a virtual cron job in order to automate tasks like publishing scheduled posts, checking for plugin or theme updates, sending email notifications, and more. Why would you disable the WP-cron (wp-cron.php)? For many WordPress users, you can improve website performance when you disable the WP-cron in the WordPress Read More >

Using InMotion Hosting’s Memory Viewer WordPress Plugin

While WordPress is great software because of its ease of use, it does have a history of using excessive server resources (such as memory and/or cpu time) at times. This is not always the fault of WordPress directly, but instead it could be the result of either: a “bad” plugin a custom theme With so Read More >

How to Reset Your WordPress Admin Password

If you have ever lost or forgotten your password to access the WordPress dashboard, it can be very frustrating. WordPress provides quite a few options to reset or change your WordPress password. If you’re unable to login after two attempts, consider waiting at least 15-30 minutes before trying again. Otherwise, you risk temporarily locking your Read More >

Restoring WordPress index files

A common technique for hackers is to target index files, such as index.php or index.html. Because index files usually load first when a website is visited, a hacked index file gives hackers a higher probability of their message / malicious code being loaded most often. If you’re attempting to restore your WordPress site after a Read More >

A Common Way to Fix the Blank page in WordPress sites

Updating PHP.INI file Enabling Error Reporting How to View the Error Log We’ve had a lot of our customers and WordPress users, in general, have an issue where their site is showing a blank page. This blank page is typically caused by a PHP error. If you have your php.ini file set to hide PHP Read More >

WordPress Error: Failed to write file to disk

When troubleshooting error messages similar to “Failed to write file to disk”, the most common causes include: The server’s hard drive is full The server’s tmp folder is full There are not sufficient privileges set to the folder being written to This error, “Failed to write file to disk”, within WordPress generally means that the Read More >

Testing your WordPress website after Migration

At this point, you have done the work to migrate your website to Inmotion Hosting. The last step before taking the website live on our servers is to test your website. To do this, you will need to modify your hosts file on your computer. How does a hosts file modification work? When you visit Read More >

Configuring WordPress After a Migration

So far in this tutorial you have migrated your WordPress database and copied the files associated with your website. The next step you will need to configure your WordPress settings so the files you just migrated can communicate correctly with the database. Until you perform this, your site will not display any content and you Read More >

Migrating WordPress Files

During the migration process to migrate your existing WordPress site from a previous host to InMotion Hosting, the next step is to copy or migrate all of the WordPress application files. To do this we will be using FTP. If you do not have your FTP credentials from your previous host, please be sure to Read More >

Migrating your WordPress Database

In this lesson, we will show you how to migrate our WordPress website. In this fictional tutorial we will migrate a your-wordpress-site.com from HostABC to InMotion Hosting. As to provide no downtime during the migration process , we will not update the nameservers  for your-wordpress-site.com, so the hosting will remain pointed to the previous host, Read More >

Intro to Migrating your WordPress Site Data

When migrating a WordPress site from a previous hosting provider to InMotion Hosting, there are some introductory topics that may benefit you if you understand them. In subsequent article we will discuss in detail the process further. However, we do want to cover some basics here. Access to Files and Databases In order to successfully Read More >

Installing a WordPress Theme from the Internet

If you find a theme via the internet you can easily install it using your WordPress dashboard. You will need to download the theme to your local computer and then proceed to upload it. Installing a Theme Manually in WordPress Search for and download a theme from the WordPress.org. Typically, it will be a compressed Read More >

Setting Up Permalinks on your WordPress Site

Permalinks are permanent URLs to your individual posts and pages. Creating permanent links to your content can make it easier to share links and help Search Engine Optimization (SEO). There are multiple options on how to create the structure of permalinks such as date, article number, or another customized format. If you are troubleshooting a Read More >

Installing WordPress Using Your Temporary URL

WordPress is dynamically driven using your domain name. This means that WordPress Hosting site will not work correctly using your temporary URL if it was configured to be installed using your domain name. Take, for instance, if you are migrating an existing WordPress site from another host to InMotion Hosting, you will want to migrate Read More >

Configuring your WordPress Home Page

WordPress allows you to control what appears on the front page of your website. The most common settings changed on the home page is typically how many posts display, and whether your website shows recent posts of static content such as a page you have created. To make changes click “Settings” in the left menu Read More >

Getting Started Guide: WordPress

One of the first things you hear when you ask how to build a site is the term WordPress. This is because it is one of the easiest and most popular ways to build a website. It resides on your web hosting server, so you can access and update it from any computer with internet Read More >

How to Secure WordPress using Security Keys and Salts

Since WordPress 2.7, four security keys have been added to help make your WordPress site more secure. These security keys help encrypt the data that is stored in the cookies, which is data that helps WordPress identify your computer as one that is logged into your WordPress website as a certain user. If your WordPress Read More >

Securing WordPress using a unique Administrative Username

A common username for the administrator in many applications is “admin” and WordPress is no different. For someone trying to compromise your WordPress site, they’ll need to know both your username and password to gain access. As admin is commonly used as the administrator, we’ve already done half the work for hackers as now all Read More >