How to Embed Content into WordPress using oEmbed

In this tutorial, we’ll cover how the oEmbed embedding feature allows WordPress users to paste a supported URL to display its embedded version. This is easier than inserting a hyperlink or special embed links from platforms such as YouTube and SoundCloud. Embed Supported Content into WordPress Supported Websites Embed Supported Content into WordPress Log into Read More >

How to Install the WP Accessibility WordPress Plugin

In this guide, we will show you how to install the WP Accessibility WordPress plugin. This plugin allows you to improve your websites’ accessibility. You can learn more general information on WordPress accessibility from the WordPress Accessibility Manual. Installing the plugin Log into your WordPress website. Select Plugins from the sidebar and select Add New. Read More >

Getting Started with a WordPress Development Environment

If you’re going to continue using WordPress into the future, at some point you’ll need your own “local” WordPress development environment. So why not start learning how to use one today? Working seriously and intelligently with your WordPress site means you’ll need a local installation to play around with. This is most important for developers Read More >

How to View Your Site Information in WordPress

Your site information can provide additional clues when troubleshooting WordPress issues. As we continue our series on the UpdraftPlus plugin, we will show you how to view your site information in WordPress. This allows you to view details about your web server, memory limit, PHP, and MySQL versions among other things. **Note: You must have Read More >

How to View a Backup Using the Backup Manager

InMotion Hosting’s Backup Manager plugin integrates cPanel with your account’s remote backups. Remote backups are created for files/folders and databases separately. In this guide, you can learn how to view the files and databases contained in a backup. WARNING: These instructions pertain to the management of the Automated Backups that are stored remotely. For more Read More >

Understanding the Privacy Settings in WordPress

Privacy for personal data has become a concern with Europe changing privacy for personal data. WordPress has responded with several updates to its interface including its Privacy settings. Privacy Settings in WordPress are used to provide a privacy page for your WordPress site. The following tutorial focuses on the Privacy settings within the WordPress Administrator. Read More >

How to Erase Personal Data in WordPress

Due to the continued focus on improving privacy as well as the change in privacy laws in Europe, WordPress has added interfaces that allow an administrator erase data upon request. The new interface provides a tool for an administrator to send a confirmation request for the deletion of personal data within WordPress. Follow the directions Read More >

How to Activate the Jetpack Plugin for WordPress

In this article, we’re going to show you how to activate the Jetpack plugin for WordPress. As with all WordPress plugins, you can both Install and Activate Jetpack from the plugin search page. However, Jetpack requires a secondary “set up” phase in which you connect your self-hosted WordPress site to WordPress.com. We’ll show you how Read More >

How to Install MariaDB on Ubuntu 16

If you plan on adding a relational database integration to your site, you will need to install a database management program. The open-source MariaDB installation is a popular alternative to MySQL. In this article, we’ll show how to install MariaDB on your Ubuntu Cloud VPS. See the updated guide on how to install MariaDB for Read More >

How to Configure Nginx Reverse Proxy (Ubuntu 16)

Nginx is becoming a highly popular option for users looking for a powerful resource-friendly web server or a reverse proxy to their existing Apache server configuration. In this article, we’ll show you how to install Nginx in your Ubuntu 16 Cloud VPS Hosting account and set it up as a reverse proxy for Apache. Apache Read More >

Creating New Users in CentOS 7

In this article, we’re going to show you how you can create a new user in CentOS Cloud Servers. This is a task you will want to complete as soon as possible during your initial VPS setup phase, because you are advised against using the default “root” user account for your daily tasks. Below, we Read More >

How to Create a Sudo User in Debian 8

This article refers to an older version of Debian. Please refer to the full guide on how to create a sudo user in Debian 10 if that is the version you are using. Your Cloud VPS Hosting account is automatically configured for SSH key authentication. All you need to do is add your public key Read More >

How to Create a Sudo User in Ubuntu

In this article, we’re going to show you how you can create sudo users on your Ubuntu Cloud Server. We’ll also discuss: Why You Should Create Sudo Users How to Create a New User on Ubuntu How to Log in with SSH Keys This article refers to an older version of Ubuntu, please refer to Read More >

The WordPress Theme Stylesheet

The stylesheet is what gets your WordPress theme started. It is a necessary file that not only controls the look of your site but also provides important metadata about your theme. In this article, we’re going to show you what kind of information goes into the stylesheet and how it’s used to customize your site. Read More >