How do I edit my WordPress theme?

When WordPress first came out, it was more difficult to edit the theme options in the WordPress dashboard. The newer versions of WordPress include a Theme Editor that allows minor changes like Banner image customization, changing the Site Title, and more. Below will explain the Theme Editor in WordPress. How do I find the theme Read More >

Using the Kitchen Sink in WordPress

When using the WYSIWYG editor in WordPress, you can expand the capabilities to allow more options. This expanded area is called the “Kitchen Sink“. Below will explain the steps to show the “Kitchen Sink” in WordPress. Steps to use the Kitchen Sink Log into the WordPress Dashboard. Go to Posts > All Posts. Click Edit Read More >

How to create your own shortcodes in WordPress

What is a WordPress Shortcode? A shortcode is a code specific to WordPress designed to allow you to insert longer pieces of text or code by using a tag. It is basically a shortcut to writing code or terms that you use over and over. WordPress has a few default shortcodes such as [youtube] so Read More >

Finding Your Database Name in WordPress

The vast majority of settings and features can be handled within the WordPress Administration section. However, when troubleshooting or under extreme circumstances, you may need to work directly with the database. Most hosting accounts contain more than one database, so you will need to know exactly which database to work with. This article will demonstrate Read More >

List of Programs in Softaculous Instant Installer

The Softaculous Instant Installer provides an easy way for you to install programs on your server. This allows you an easier method to maintain, update, remove, backup, and restore web applications on your web server. Softaculous comes with all of our shared hosting plans. cPanel-managed VPS/Dedicated server administrators can purchase Softaculous in the Account Management Read More >

Creating a Link In WordPress

When working with WordPress pages and posts you may want to create a link (also known as a “hyperlink”) to another website (an external link), or even another page or post on your site (an internal link). Internal and external links are part of the backbone of the web, making communication of related information possible Read More >

How to Limit or Disable WordPress Revisions

In this article I’m going to talk about WordPress revisions and why you might possibly want to limit or disable the revision history of your WordPress pages and posts. WordPress provides revision control on any pages or posts that you create which allow you to go back and see previous edits that you’ve written over Read More >

Log out of WordPress admin dashboard when not in use

In this article I’ll quickly discuss why you should be logging out of your WordPress admin dashboard when not in use. There can be multiple requests that your web-browser sends to the /wp-admin/admin-ajax.php script while you are logged into the WordPress admin dashboard, and leaving your computer unattended over the course of the day those requests Read More >

Importing Blogger data into WordPress

Customers that initially built their blog sites with Google Blogger (Blogspot) can have the blog information imported into their WordPress software by using the “Import” feature in the WordPress dashboard. WordPress has a built in “Import” feature that allows you to import different blogs like Blogspot, Tumblr, LiveJournal, and even WordPress. The import process is Read More >

WordPress: “Briefly unavailable for scheduled maintenance”

If you are updating your WordPress site via the automatic update script, you may run across an anomaly where you receive a maintenance message on your site. The message reads “Briefly unavailable for scheduled maintenance” and occurs on every page on your site, including the admin login. While this message is supposed to be temporary, Read More >

Adding Meta Data to your WordPress sidebar

The sidebar of a website, although traditionally used for navigation links and ads, can be used for any data you would like to place there. The most common use in WordPress is to display other posts links, archives, and categories for further navigation into the site. You can, however, use the sidebar to put anything Read More >

Adding Nested Links to your sidebar in WordPress

Default and older WordPress themes use nested lists to present their sidebar information. A nested list is simply a list of unordered items inside one another. A simple example of a nested list is below: Flowers Lilies Roses Dogs Boxer Poodle You may have your own nested lists you wish to add to your sidebar Read More >

How to disable blogging features in WordPress

Because WordPress is a blogging software, WordPress themes come default with blogging features. Many people use WordPress as a Content Management System, so the blogging features in WordPress are undesirable for those who want just a basic website. There is always more than one way to do this; however, this article will explain how throug Read More >

How to install phpBB with Softaculous

Welcome to our phpBB introductory installation tutorial. In this article we will show you how to install phpBB 3.0 using the Softaculous software installer tool. This is found in all shared accounts inside the cPanel. Follow the steps below to use Softaculous to install your phpBB 3.0. If you are not hosting with InMotion Hosting, Read More >

Completely disabling Comments from WordPress in the code

WordPress by default has comments enabled for most themes. The comments can be disabled in the WordPress Dashboard Settings > Discussion page; however, this does not remove the comments from the page entirely. What happens when the comments are disabled is, the site will display “Comments are closed”. Comments can be removed completely be Commenting Read More >

How to Re-Install WordPress after a Hack

In this article we’ll discuss the steps you’d want to take regarding how to re-Install WordPress after a hack, to get your site back up and running quickly. In most cases when a WordPress site is hacked, it is because you are not running the latest secure version of WordPress, or one of the plugins Read More >