6 steps of a new wordpress site (after install)
I’m putting together a new wordpress site tonight. I already set up my domain name, created my database and uploaded wordpress which is installed and ready to go.
Tonight I am going to share with you the first few steps I take on every wordpress site I build.
First I need a couple of plugins.
The VERY first plugin to go in will be the only plugin that has to go up using FTP, all others will go in through the admin panel of my wordpress site.
This plugin will take the pain out of plugin installation and updating - rumor is this should be included in the upcoming release.
Now that I can install plugins from the admin area I can close my FTP program and get my favorite admin menu plugin loaded so I can navigate quicker and easier.
Ahhh.. much better, now I can access everything from one screen without clicking around in the menu changing pages to get access to the subcategories.
Before I forget, as it will be needed soon enough - let’s install a plugin that allows us to keep our wordpress install up to date. Yep, one click updating for the wordpress core.
# 3 Wordpress Automatic upgrade
How easy is that to maintain .. ahh the sweet smell of a new wordpress site..
That’s really all the plugins that I need on each and every site just to start the admin work. Ok now let’s go inside the admin section and touch the most common tasks that need done on a fresh install.
# 4 Customize profile / change password
When you install your wordpress a default password is provided. Click on your name and change this in your profile. Good time to fill in what you what in your profile while you are there.
# 5 CHECK your settings under “settings”
Go through each page under settings and set site up how you want. This will include such settings as your site title, registered or unregistered comments, setting your site public or private, and more. The most important setting I want to cover here is under Permalinks.
# 6 Change Permalink structure
This is an important feature of wordpress for best SEO practices. You can change your links to read yoursite.com/really-nice-post-title- here. This makes the link easy to read for human and spider eyes and is much nicer looking then yoursite.com/
?p=123. More information on using permalinks.
Other plugins and themes to create output you desire can be found at Wordpress.
