In This Tutorial: Add Menu Item Delete Menu Item WordPress Hosting plans offered by InMotion Hosting feature WP-CLI. This means that you can manipulate various aspects of your WordPress website, directly from the command line. In this guide, you will learn how to use the wp menu command to add and delete menu items, using Read More >
Search Results for:
How to Find Post Details Using WP-CLI
In This Tutorial: List Post Details List Page Details WP-CLI allows you to manage your WordPress website(s) from the command line. It’s even simple to gather important details about your existing content, like posts/pages for example. These details are needed in the syntax of commands to manipulate the various components of your website. In this Read More >
How to Use a Custom Domain with GitHub Pages
In our previous GitHub Pages article, we showed you how you can create a static site and host it in your GitHub repository. This is a simple option for creating a site—with considerable limitations. Your GitHub Pages site will have its own URL based on your username and the name of the repository. However, you Read More >
How to Host a Static Site with GitHub Pages
In this article we’ll show you how you can easily host a basic website on your GitHub account using GitHub Pages. This can be valuable if you require an offsite resource to redirect visitors to in case of emergency hosting situations. For example, if you are undergoing maintenance or switching servers, you will be able Read More >
How to Assign Menus to Locations Using WP-CLI
Once you have created a menu, you can display it on your website by assigning it to an available location. The available locations are determined by the theme you are using. WordPress themes include various menu locations built-in, where you can assign menus to appear. In this guide, you will learn how to assign a Read More >
How to Find Details of Menus Using WP-CLI
In This Tutorial: List Menus List Menu Locations List Menu Items Knowing certain details about your menu(s) is important for managing them via the command line. For instance, if you want to display a particular menu on your website, you must know the available locations to include in the syntax of the command. However, thanks Read More >
How to Create and Delete Menus Using WP-CLI
WordPress Hosting by InMotion Hosting includes WordPress Command Line Interface (WP-CLI). This convenient tool allows you to work on your WordPress website(s) directly from the command line. Once you are familiar with the syntax and available commands, you will be able to quickly modify common elements of your website(s), like menus. Menus are essential for Read More >
How to Provide Manager Feedback
In this tutorial: Submit Feedback Remove Feedback Requests At InMotion Hosting we welcome your feedback since it helps us provide a better service. If you want to submit feedback to us regarding an experience you had with Tech Support or you just want to provide a comment or complaint, feel free to notify us directly. Read More >
How to Enable PHP-FPM Using WHM
To achieve seamless integration, it’s crucial to have reliable PHP hosting services that support PHP-FPM. This ensures your website benefits from faster load times and is better able to handle spikes in traffic. PHP-FPM is an improved PHP handler that uses a pool of workers (per domain) to quickly process PHP scripts. Once the script Read More >
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 >
How to Customize your WordPress Footer in the Storefront Theme
As we continue our Storefront theme series, we will now show you how to customize your WordPress footer in the Storefront theme. This lets you customize the colors to match your business and can help when branding your WooCommerce site. We will show you how to make changes, then show you examples of how it 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 Customize your WordPress Header in the Storefront Theme
As we continue our WordPress series on the Storefront theme, we will now show you how to customize your WordPress Header in the Storefront theme. First, we will help you change the header background image. Then, guide you through changing the background, text, and link colors. We will include examples of how changed header areas Read More >
How to Add SSH Keys 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 use your key. In this article we’ll learn how to add SSH keys to your GitHub account. Why use an SSH key? 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 >