How To Create A WordPress Website

So you want to create a website. But you don’t know how to code or even where to begin?

Well, let me walk you through one of the easiest ways to get your own WordPress website up on the internet in just a few steps.

1. Hosting

Hosting is the only way your website will ever become live. When you visit a website, you are actually looking at files stored on a server somewhere. Therefore, you need to purchase hosting that way your WordPress website has somewhere to live.

I recommend using these hosting websites:

When deciding which hosting provider to pick, compare their prices as well as their usability. How much do they cost? Do they provide a “1 Click WordPress Installer”? How fast did their homepage load? These simple questions will help you easily narrow down which provider best suits your needs.

You’ll also need a domain name (ex. http://www.yourname.com) which you can most likely purchase from your hosting provider. They should also have a very simple tutorial of how to link your new domain name with the hosting plan you just signed up for.

 

2. Install WordPress

Once you have found a hosting provider that you like and have signed up for a hosting plan, now it is time to install WordPress.

If your hosting provider has a “1 Click” installation, great you can skip this section. For those that went with a provider that doesn’t have that easy installer, don’t worry, I’ll walk you through the process.

 

Download WordPress

Visit WordPress.org and click on the download button:

Download WordPress

Once you have downloaded the files, you’ll want to extract them (unzip the compressed folder so that you can see all the files) and upload them to your server via ftp (You should be able to find a very simple tutorial on your hosting provider’s FAQ’s or Support page on how to set up ftp).

Upload the files contained in the WordPress folder to your root directory on your server (usually htdocs, html, or www).

Set up a database

MySQL is a typical database server that your hosting provider will let you use. This is where WordPress will store all of the information for your website.

WordPress.org has a great tutorial that shows you how to set up and secure your database for WordPress:

http://codex.wordpress.org/

Once you have set up and secured your database, its time to move on with the install.

Visit http://<your-domain-name.com>/wp-admin/install.php

This can take anywhere from a few minutes to a few hours for the web to recognize where your domain is pointed because you just set it up. Just keep trying and eventually you should see this screen:

 

WordPress Install Page 1

 

Select your language and click “Continue”. Next you’ll be greeted by this screen:

 

WordPress Install Page 2

 

You should already have all of this information from when you set up your database.

 

WordPress Install Page 3

 

Fill in the appropriate information to link WordPress to your database and click submit.

If you see this page then you should be good to go! Just fill in the information for your site and hit “Finish Install”.

 

WordPress Install Page 4

 

WordPress is now installed and you can begin to make your mark on the internet. Just login to your new website by visiting Http://<yourdomainname.com>/wp-admin/ and login using the username and password you just created.

If you have any questions, or are having trouble with installing WordPress, comment below or shoot me an email at [email protected] and I’ll try to help you through it.