How to Add Business Hours to WordPress

Though we’re interacting more and more online every day, some elements of the physical world can and should follow us to our digital spaces. For businesses, this includes adding business hours to your WordPress site.  Even if your doors aren’t physically open, business hours can tell your audience when you’re available for communication and set Read More >

Opportunity – Online WordPress Meetups!

The picture below is from the last in-person WordPress Meet up in Virginia Beach. At the time, the concern was more about space and the food that would be available for the attendees. Months later, everything has changed. The pandemic has led to changes in work and social lives. However, for local WordPress Meetups, this Read More >

Unsplash WordPress Plugin Allows Image Search from Editor

Unsplash, the free stock image platform, has recently launched a WordPress plugin that allows users to easily search for and add Unsplash images directly to their WordPress site via a block added to the editor.  If you’re unfamiliar, Unsplash has hundreds of high-resolution, photographer submitted images available for free use. The plugin, which was created Read More >

How to Install PIP

PIP (Python Installs Packages) is a package management system designed to install and manage software packages written in the Python language. While most installations of Python come preinstalled, it may sometimes be necessary to manually install PIP on your machine. PIP can be installed on all major operating systems, including most varieties of Linux distributions. Read More >

Ansible and Docker

When automating your data center infrastructure, it is important to understand the various technologies that are available to you, as well as how the individual technologies can be used in combination to better suit the individual needs of your operation. For example, both Ansible and Docker exist as solutions for the automation of server software Read More >

How to Wrap Text in Emacs

Emacs is a high level open source cross platform text editor. The first time you open Emacs you might start typing and realize your text rolls right past the right margin of your editor frame and continues into nowhere. For most users, wrapping text (or, soft wrap) is more visually appealing, and helps keep a Read More >

Google Web Stories Creates Beautiful Content for WordPress Websites

Content is king. No, seriously. You may be tired of the saying but it’s still very much the truth. Engaging, shareable content on your website boosts audience interactions, encourages content sharing, and can help you maintain and grow website visits.   However, creating sleek, engaging content can be time-consuming, especially if you’re a small business owner Read More >

How to Log into Your WordPress Dashboard

One of the benefits of being an InMotion WordPress Hosting customer is that we can migrate your existing WordPress website to your InMotion Hosting account or easily get you set up with a site that has WordPress already installed. At that point, it’s just a matter of logging in and getting started. Once you have Read More >

How to Enable a SSL on a WordPress Site

In this tutorial, we will show you how to enable your WordPress SSL, so you can connect to your website securely using an SSL certificate. For more information, see our guide titled “What is SSL and why is it important?“ Note: You will need an SSL Certificate before attempting to complete this tutorial. An SSL Read More >

How to Manage AutoSSL Certificates in cPanel

After you have enabled AutoSSL, the free SSL that’s auto-enabled forever, in WHM, then the next step is to make sure that the certificates have been added to your account. You can manage the certificates in the cPanel using the SSL/TLS interface. The following article applies to Shared Hosting customers as well as Reseller customers. Read More >

Using Ansible Modules

One of the ways Ansible executes specific tasks is through the use of modules. Modules are discrete units of code that can be used in an Ansible playbook or directly from a command-line interface. By leveraging Ansible modules you can easily manage and maintain your Ansible deployments. In this article, we will outline how Ansible Read More >

How to Change the Title and Tagline in WordPress

Once you’ve installed WordPress, one of the first tasks you’ll need to complete is changing your title and tagline. The title and tagline in WordPress welcomes visitors to your website and quickly sums up its purpose. They also help promote a positive user experience for your visitors and encourage them to engage with your website. Read More >

How to Update WordPress Plugins

Learning how to update WordPress plugins is vitally important for website security and usability. Keeping your plugins up-to-date helps harden your website security — closing doors hackers could use to access your website. It also ensures a positive user experience for your website visitors, making sure they are interacting with the most recent and compatible Read More >

How to Install Docker on CentOS 7

Docker is a popular open-source tool used to create, deploy, and run applications by using containers. These containers are isolated, discrete packages that contain all of the software and configuration files necessary to run specific applications. In this article, we will outline some reasons why you might want to use Docker as well as the Read More >

How to Install Apache Tomcat 8 on Ubuntu

Apache Tomcat (sometimes referred to as simply Tomcat) is a popular open-source web server software used to set up Java-based server environments. The technologies used in Tomcat include Java Servlet, Java Server Pages, Java Expression Language, and WebSocket and provides an HTTP server environment ideal for running Java-based applications. Apache Tomcat can be installed on Read More >