WordPress: The Complete Post-Install Checklist
One of the great things about WordPress is how easily you can have it up and running, completely customized to your liking, in such a short period of time. After setting up WordPress for several of my friends, I found that having a 'checklist' makes things go even faster - so I decided to write it all up and share with you. Please don't hesitate to use the comments to suggest additions etc, I'll update the checklist accordingly.
Depending on how you've installed WordPress (manually or by a "one-click-install" that many hosting providers offer) - one of the very last installation steps is to choose a blog name and provide an email address. That's where this checklist begins. Click on a heading below to get started!
- Create blog title, add email address
- Change your password
- Disable visual rich editor
- Add users
- Change the tagline
- Edit Membership permissions
- Set a date and time format
- Modify Reading and Writing settings
- Edit Discussion settings
- Modify Permalinks structure
- Pick a theme
- Customize your theme
- Write down CSS info
- Change title format
- Edit blogroll
- Edit the About page
- Add some categories
- Edit the example post for testing
- Install plugins
- Check blog and test plugins
- Create a favicon.ico
- Create a shortcut to the Dashboard / setup WordPress client
- Start posting
-
Enter your blog title and an email address in the spaces provided. You'll be given the username admin and assigned a password after you click Continue to Second Step. Use them to sign in to your WordPress blog - which will be http://www.example.com/wp-admin/login.php
-
Select Users from the top nav, and scroll down to Update Your Password. Change it, but don't click Update Profile yet. Feel free to edit the About yourself, Contact Info and Name sections as well.
-
Remove the check from Use the visual rich editor when writing. Trust me, the visual rich editor will cause more problems than it solves. Now click Update Profile.

-
Click the Authors & Users tab. From here you can add additional users if your blog will have more than one author. Some bloggers like to post using a non-admin account, and here's the place to set that up. To understand the permissions system (who can post but not delete, who can post and edit etc) visit http://codex.wordpress.org/Roles_and_Capabilities

-
Click Options from the top nav. Here you'll notice your blog title has been set to the name you gave in Step 1. Change the default Tagline.

-
Decide on a membership system for your blog. This has several implications - if you're going to require people to sign in to post comments, you'll need to enable this. If you do enable Anyone can register, make sure their default role is Subscriber.

-
Set a date and time format - or just leave the defaults, which have always suited me just fine. Decide which day of the week you want to start on.

-
Scan through the Writing and Reading tabs. By and large, each of the settings on both of these tabs can be left as the default. You may want to consider increasing the number of Blog Pages (posts) that are displayed by default (10).

-
Select the Discussion tab. Here you'll have to decide how you want to deal with comments. My suggestion is to allow anyone to comment, do not force users to create an account to comment, and users should not be required to have a previously approved comment. Here's why I suggest this - the easier it is for someone to comment on your post, the more likely they are to do it. I know some of you are thinking that "opening up" WordPress to allow comments so easily is an invitation for spam, and you're right. But a few steps down I'll cover how to avoid comment spam without making it harder for actual visitors to leave messages.
-
Now select the Permalinks tab. To help increase your search rankings, most SEO folks suggest that you change the permalinks structure. By default, your posts will appear as (or similar to) www.example.com/?p=1. The following Custom structure will have your pages appear similar to:
http://www.example.com/year/month/post-name/
Custom structure: /%year%/%monthnum%/%postname%/

-
Alight, now it's time to pick a theme. Click the Presentation tab. Again, depending on how your WordPress installation was done, you may have some Themes already installed and ready to use. If you're not happy with the defaults, you have a couple of choices. You can find, download and install a WordPress Theme that someone else has created, or you can write your own. Here are a few WordPress Theme sites to get you started:
- WordPress Theme viewer
- WordPress Themes
- Alex King's Theme viewer
- WP ThemePark
- WordPress Theme Gallery
- ThemesBase WordPress Themes
- 980+ Free WordPress 1.5 and 2.0 Themes / Templates
Creating your own WordPress Theme is certainly a valid option, but will likely take some time. Read up on WordPress Theme development and use all the resources you can.
-
After you've found a theme that you're happy with (assuming you didn't write it from scratch) you'll probably want to customize it a bit. Select Theme Editor from the top nav, and then choose the file you want to edit from the list on the right side. Many bloggers like to remove the Meta info as it takes up valuable screen real-estate. The Meta info is stored in the Sidebar if you're using the default theme. You can comment out sections you don't want, or delete them entirely. You've heard it before, and it applies here - backups are always a good idea.
-
When you're done customizing the look and feel of your blog, write down all of the CSS information. Select Stylesheet from the list in the right column, and write down the codes for future use (font info, link colors, background colors etc). You'll find yourself looking up this information fairly often if you run ads through AdSense or Amazon (to match the ads with your blog style). Put it all in a text file or email it to yourself - whatever makes you happy - but it's a pain in the behind to have to go into the Theme Editor each time you need a color code.

-
Change the title format. By default, all of the <title>'s for your blog will be in the format of:
Blog Name >> Blog Archive >> Post Title
Take a look at the section titled Tidy Up Those Dirty Page Titles in John Wisemans Brilliant Wordpress SEO Tips for Bloggers and Webmasters for info on why and how to change the WordPress titles.
-
Edit the Blogroll. The default WordPress blogroll actually does contain links to interesting blogs. But they probably don't related to your site, so you might want to consider editing them. Select Links and then Manage Links to remove/edit the defaults.

-
Edit the About page. Select Manage and then Pages.

-
Add a few Categories. Select Manage and then Categories from the top nav. It's very easy to add additional categories later, so don't stress over adding everything now.

-
Edit the example post. Use it to test things like <blockquote> and <h2>. Add a picture to the post to make sure you like the way pictures are embedded. Don't delete this post yet, you'll want to keep it around to make sure all of your plugins work properly.
-
After you've selected, installed and customized your theme and layout, edited the default post and About page, it's time to install plugins. Because every blog is unique (uh mostly..) you'll want to install some plugins and not others. Google "top wordpress plugins" or figure out which ones your favorite WordPress based blogs are using and install them.
Some plugins that I've found almost mandatory are: Spam Karma 2.2 (remember Step 9? SK2 will solve all of your comment spam problems), Intouch with Subject (if you want a simple "contact me" form), AdSense Deluxe (if you're using Google AdSense), FeedBurner Plugin (if you're going to have FeedBurner handle your RSS feeds), Google Sitemap Generator (even if you don't use the Google Webmaster tools it's a good idea to have a sitemap) and last but not least, Google Analytics Plugin (if you're going to use the Google Analytics service).
-
Check your blog and make sure none of the plugins broke anything. Also make sure the plugins work as intended*.
-
Create a favicon.ico for use with your blog. Upload it.
-
Bookmark your Dashboard or Write Post page (located at http://www.example.com/wp-admin/post.php). Or, if you prefer to compose your blog posts using a desktop client, check out the list here.
-
* Don't forget: Create a "contact me" Page for the Intouch with Subject plugin.
















Comments
51
Subscribe to commentsAzmeenJan 15th 2007 8:41PM
Compact, concise and straight to the point.
Very nice writeup and a very good job!
Digital Fine Art GuyJan 15th 2007 9:55PM
The visual rich editor works for me... What problems are you referring to?
sharewareJan 16th 2007 12:26AM
i like when software has auto updates for patches like windows update stuff
NiranjanJan 15th 2007 10:40PM
Very useful list!
MarioJan 16th 2007 12:37AM
I tried your step 10 /%year%/%monthnum%/%postname%/ and it doesn't like that it really wants index.php/%year%/%monthnum%/%postname%/
Anyone have any ideas?
Andy BeardJan 16th 2007 2:54AM
Do you have a writable .htaccess file?
DurdenJan 16th 2007 6:27PM
Wow very good. Now all I need is something to write about.
iphone, psp skins here http://www.viperskins.com
ThanksDLS
texileeJan 16th 2007 4:35AM
nice step by step!
Motorcycle GuyJan 28th 2007 7:13PM
Maybe he's referring to how difficult it can be to post some things like youtube videos?
Laura Jo RichinsJan 16th 2007 9:00AM
This list is great. I'm just starting to put together my own blog and I'm sure I'll be reviewing to this list. Thanks for sharing.
FrankJan 17th 2007 10:12AM
Great info. I've started on Blogger and on Wordpress, really appreciate the insight. Both are being tested for search engine rankings but none of them have a nice checklist as you've provided. Best of luck to you!
RichardJan 16th 2007 2:06PM
You should also consider adding a counter to your blog to track your hits. Here's a step-by-step to install one using plug-ins: http://counterblog.gostats.com/how-to-install-a-gostats-hit-counter-using-wordpress-plugins
MikeJan 16th 2007 4:29PM
Thanks for the useful info!
FrankJan 17th 2007 10:13AM
Great info. I've started on Blogger and on Wordpress, really
appreciate the insight. Both are being tested for search engine
rankings but none of them have a nice checklist as you've provided.
Best of luck to you!
Rich SchmidtJan 17th 2007 5:33PM
Re: Richard, #13
He already mentioned in step 19 installing plugins like the one for Google Analytics. That does a lot more than just count hits. If you prefer gostats.com, that's fine...
Good checklist, Ross!
JoshJan 19th 2007 12:28AM
Thanks for the great tips! I used them on my new site and they saved a ton of time. The only problem was that I couldn't get the Spam Karma plugin to work, which was sort of a bummer.
MichaelJan 21st 2007 10:16AM
Remove the check from Use the visual rich editor when writing. Trust me, the visual rich editor will cause more problems than it solves. Now click Update Profile.
The rich editor (TinyMCE for those who don't know which one) gives me so much frustration when it comes to coding my posts. I'd rather have to type out lots of HTML myself than have posts with ugly markup.
That is probably the most udeful WP tip I've ever come across.
Lloyd BuddJan 25th 2007 2:29PM
With WP 2.1 give the rich text editor another try?
Logo DesignApr 18th 2011 6:04AM
Thanks for the article,
Cheers,
Shovan S
Web Designer / Creative Director
t: http://www.twitter.com/ShovanSargunam
w: http://www.shovan.org / http://www.thescube.com
floshow25Feb 15th 2007 5:51PM
I have read the site in this they are explained about how business opportunities are exposed
[web site: http://www.federalreviews.com].This site will be good and interesting.
If your interested go and click the link.
click here