Installing the Bolt CMS using Softaculous Updated on February 23, 2022 by InMotion Hosting Contributor In this tutorial we will show you how to install the Bolt CMS (Content Management System) using Softaculous. As per the Official Bolt site, “Bolt is a tool for Content Management, which strives to be as simple and straightforward as possible. It is quick to set up, easy to configure, uses elegant templates, and above Read More >
Configuring Email Notifications within Softaculous Updated on January 22, 2026 by InMotion Hosting Contributor In this article: In this article, you can learn more about the Softaculous update notifications, how to change the email address used for the notifications, and more about configuring notifications within Softaculous. Softaculous Email Notifications Application developers keep their programs secure and up-to-date by continually providing updates. These updates can be missed if you are Read More >
The get_adjacent_post() WordPress function Updated on June 3, 2014 by Jeff Matson Using the get_adjacent_post() function in WordPress will allow you to display information on the next and previous posts within WordPress. For example, if you wanted to put links to the bottom of your posts that users could click on to visit the next or previous posts, you would use the get_adjacent_post() function. Usage <?php get_adjacent_post( Read More >
Determining IP Delegations as a Reseller Updated on March 8, 2021 by InMotion Hosting Contributor As a reseller, there will be times when you have to identify the IP address for an account you are managing. For example, when you are working with SSL’s, creating a host file modification, or editing a DNS record, you may need to know the IP addresses of your accounts. We will now show you Read More >
Globally disabling comments in WordPress Updated on June 8, 2023 by Jeff Matson Disabling comments globally in WordPress usually takes some work in either creating a child theme, or adjusting your existing theme. Thankfully, a plugin has been developed to easily disable all comments on your WordPress with ease called simply, Disable Comments. In this article, we will show you how to globally disable comments on your WordPress Read More >
Creating tables in WordPress using the TablePress plugin Updated on June 8, 2023 by Jeff Matson In this tutorial: Installing the TablePress plugin Creating new tables Adding content to your table Inserting your table into a page or post Creating tables in WordPress usually requires a lot of HTML, but with the TablePress plugin, you will be able to easily insert tables into pages and posts with just a few clicks. Read More >
I received a “Your site has updated to WordPress 3.x.x” email Updated on April 9, 2014 by Scott Mitchell WordPress Automatic Update Email Recently we began getting contacts about an email that appears to be sent by WordPress regarding an update. Many people have concerns about the email. They wonder whether it is spam, suspicious, or an otherwise malicious email. The email text appears as below: Howdy! Your site at *example.com* has been updated Read More >
How to Install TomatoCart with Softaculous Updated on January 23, 2024 by InMotion Hosting Contributor In this guide we will show you how to install TomatoCart using the Softaculous installer. TomatoCart is an open-source Shopping cart system that is designed to be compatible with all digital devices. This is important, since people are increasingly surfing the web with devices other than laptops, and PC’s. Here is a link to the Read More >
Changing your WordPress database collation Updated on March 11, 2022 by Jeff Matson If characters are not being stored properly on your WordPress site, or if you are using a different language in which the characters that you entered are not the same as what is being displayed, you may need to change your database collation. For example, if you database uses character set that is not utf8_general_ci, Read More >
Disabling HTML comments in WordPress Updated on August 16, 2021 by Jeff Matson Almost all comment spam left on your WordPress site will have some sort of HTML embedded within it such as links. In this article, we will show you how to disable HTML within comments on your WordPress site so that links can no longer be embedded. First, log into your WordPress admin dashboard Now that Read More >
WordPress Heartbeat and Heavy admin-ajax.php Usage Updated on February 12, 2025 by Jeff Matson Introduced in WordPress 3.6 the WordPress Heartbeat API allows WordPress to communicate between the web-browser and the server. It allows for improved user session management, revision tracking, and auto saving. This article contains steps that should be undertaken by a WordPress expert. If you’re interested in optimizing your WordPress site without any extra effort we Read More >
Importing your Tumblr blog into WordPress Updated on August 16, 2021 by Jeff Matson In this tutorial: Installing the Tumblr Importer plugin Importing your Tumblr content Migrating your blog from Tumblr to WordPress can be an intimidating task if you have a large number of posts and done by hand, but thanks to the Tumblr Importer plugin, transferring all of your Tumblr posts to your WordPress site can be Read More >
10 recommended steps to lock down and secure WordPress Updated on August 12, 2021 by InMotion Hosting Contributor The following 10 steps will help you secure and protect your WordPress website against hackers. 1. Use a strong password Minimum password recommendations: – At least 8 characters total – Mixture of upper and lower-case letters – Numbers, punctuation or other non-alphanumeric characters Example weak password: secret1 Improved strong password: Z#hupsZ2M4!Z Take a look at how to create Read More >
How to Automatically Post WordPress Content to Social Media Updated on June 13, 2023 by Jeff Matson In this tutorial: Installing Social Networks Auto Poster Connecting social media accounts In this article, we will show you how to automatically post to all of your social media accounts using the NextScripts Social Networks Auto-Poster plugin. This plugin is especially useful if you have a large number of social media profiles that you need Read More >
How to Change your WordPress admin URL with Lockdown WP Admin Updated on March 7, 2022 by InMotion Hosting Contributor Note: The Lockdown WP Admin plugin is no longer supported in newer versions of WordPress. Because WordPress brute force attacks are on the rise, using a WordPress plugin like Lockdown WP Admin can help by allowing you to change the WordPress default login URL. This way attackers won’t have access to your admin login form, Read More >
Showing older content with the TimeTunnel WordPress plugin Updated on June 9, 2023 by Jeff Matson In this article, we will be taking a look at the TimeTunnel plugin for WordPress and that can be used for displaying older posts within your WordPress site. What is the TimeTunnel plugin? TimeTunnel is an excellent plugin that can be used on long-standing blogs and news sites to display previous posts that were published Read More >
Checking 404s with the CrawlForMe WordPress plugin Updated on August 16, 2021 by Jeff Matson In this article, we will take a look at the CrawlForMe plugin for WordPress and what it can be used for within your WordPress site. What is the CrawlForMe plugin? CrawlForMe is a simple plugin that does a great job of locating broken links within your WordPress site. Using it, you will be able to Read More >
How to Setup and Use WordPress Comments Evolved plugin Updated on August 16, 2021 by InMotion Hosting Contributor The WordPress Comments Evolved plugin easily integrates a more robust commenting system into WordPress. Comments can be left from GooglePlus, FaceBook, Disqus, Livefyre , as well as normal WordPress comments. Allowing users to comment from their favorite social media accounts, instead of having to create a WordPress account on your site is a great way Read More >
Use WordPress cache to speed up your site Updated on November 19, 2021 by InMotion Hosting Contributor Navigation: What is caching? W3 Total Cache WP Super Cache WP Fastest Cache Every time a visitor comes to your WordPress website, by default, WordPress will create the page requested. Taking advantage of a WordPress cache plugin, you can create a static copy of your pages to speed things up. With a WordPress caching plugin Read More >
Review WordPress login attempts Updated on August 16, 2021 by InMotion Hosting Contributor Navigation: Look at latest visitors in cPanel Setup a cronjob to email WordPress login attempts Blocking unwanted users from WordPress Because WordPress is such a popular CMS used on the web today, many attackers will try to compromise a WordPress website. Knowing how to review WordPress login attempts in your access logs can help you Read More >