Search Results for:

How to Customize the Background of the Storefront Theme

As we continue our series on the Storefront theme, we will now show you how to customize the background of your Storefront theme in WordPress. This allows you to use a background image or specific color and can help you further brand your WooCommerce website. Customize Background Log into your WordPress Dashboard. In your navigation Read More >

Fixing BoldGrid Backup Email Notification Problems

The BoldGrid Backup plugin works with email notifications that work either with phpMail with no authentication or using an SMTP mail plugin using authentication. Due to heightened security practices, the phpMail option is often blocked. So, if you are using the BoldGrid Backup plugin, it is recommended that you use SMTP authentication to make sure Read More >

How to use the Bad Bot Blocker in WordPress

As we continue our series on the All in One SEO Pack, we will now show you how to block bad bots from crawling your WordPress site. This can help your site’s performance since it is not wasting CPU on unwanted traffic. First, we will show you how to install the Bad Bot Blocker, then Read More >

WordPress Stack Troubleshooting

You can use the WordPress Optimized platform to achieve excellent performance with a website by utilizing NGINX and PHP-FPM. However, some users may experience the occasional technical issue that can lead to frustration and time-consuming troubleshooting. A lack of familiarity with the underlying components can make this especially troublesome.

In this article, we explore the general troubleshooting procedures you can apply when tackling an issue with your WordPress Optimized hosting, as well as a list of common problems and their solutions. If you get stuck along the way, do not hesitate to reach out to our support team 24/7.

Installing the Agile CRM Plugin

CRM stands for Customer Relationship Management. And it’s something you may want to learn about now that you have an e-commerce business. There are many different CRM platforms available. Be sure to check out our WooCommerce Education Channel for full guides on using WooCommerce to create an online business. CRM applications on the market today Read More >

How to Get Support from WordPress.org

Throughout our WordPress Education Channel, you have likely found references to plugins and themes. And you must already know that using plugins will get you more value out of your WordPress site. But sometimes plugins break, and themes don’t always work as you might have expected. In this article, we’ll show you exactly how you Read More >

How to Remove an Email Forwarder Using cPanel

Email forwarders are a convenient way to receive emails from multiple email accounts, by forwarding them to one email account. There may be times, however, that you need to remove an email forwarder. In this guide, we will explain the steps for how to remove an email forwarder through cPanel. Delete Email Forwarder Log into Read More >

How to Add SSH Keys to Your GitHub Account

In this tutorial: Why use an SSH key? How to Create an SSH Key Adding an SSH Key to Your GitHub Account GitHub offers a convenient SSH key feature for accessing your repositories on the command line. Instead of using usernames and passwords every time you push to or pull from your repository, you can Read More >

Delete WordPress Transients Using WP-CLI

WordPress utilizes Transients to manage the cache. If you are experiencing issues with cached pages or a plugin’s functionality, deleting the transients (stored in the database for the website) may resolve the issue. In this guide, you will learn how to delete transients using the WordPress Command Line Interface (WP-CLI). WARNING: We strongly recommend backing Read More >

Change WordPress Theme Using WP-CLI

InMotion Hosting’s WordPress Hosting features WordPress Command Line Interface (WP-CLI). WP-CLI allows you to use the command line to efficiently maintain your WordPress website(s). In our previous guide, Install a Theme Using WP-CLI we introduced the wp theme command. In this guide, you will learn how to list your installed themes and how to change Read More >

Using Your GitHub Account

In this article, we’re going to cover some of the basic functions and settings you have in your GitHub account. Using your GitHub account properly may mean different things for different users. In this article we’re going to cover the following: Log into your account Access your settings Delete your account After reading this article Read More >

Setting your Site Identity in the Storefront Theme

After installing the Storefront theme in WordPress you can begin branding and customizing your WooCommerce store. In this tutorial, we will show you how to set your site identity in the Storefront theme. This includes updating your site title, tagline, logo, and icon. If you are running a WordPress site you may be interested in Read More >

How to Install LAMP Stack for Ubuntu

Follow the steps below in order to learn how to install a LAMP stack on a Cloud VPS using Ubuntu. We will be showing you the installation of the individual components that can be used to install the LAMP stack. These steps apply to Ubuntu versions 10 and higher. Note that all commands shown below Read More >

Scheduling cPanel Backups in WHM

With our VPS and Dedicated Hosting plans you can automatically perform cPanel backups. This allows you to schedule and save regular backups of your accounts to your server or an external destination such as Amazon, Google Drive, or FTP. In this tutorial, we will show you how to Configure cPanel Backups in WHM. Keep in Read More >

How to Set up Google Analytics in All in One SEO Pack

In this tutorial, we will show you how to set up Google Analytics in WordPress using the All in One SEO Pack plugin. Google Analytics is a free tool for webmasters used to monitor and provide statistical data on the web traffic coming to your domain. This can be helpful when measuring the success of Read More >

Connect Local Project to a Github Repository

In this article, we’re going to learn how to connect a local project to a Github repository and—on the flip side—how to “clone” a GitHub repository to your computer. We have already demonstrated how you can use your VPS account as a Git server, but we are using free Github hosting in this example. There Read More >