How I setup a WordPress blog
I have several WordPress blogs and I see myself repeating the same task over and over. So I decided to write up this post as a reference for myself and others.

by ponanwi
To make things easy and clear, I am going to write this as a bulleted list that you can run through. Of course, I am skipping a lot of details here, but this should give you an idea. I hope it helps and if you have other suggestions, leave them in the comments area.
Domain Setup
- Register the domain or sub-domain. I use 1&1 mainly because they are very affordable (6 bucks a year)
- Set it up to point to your Server IP
- Create the domain/subdomain with your ISP – I use mediatemple
Database Setup
- Create the database – usually done through your ISP’s control panel
- Create a user for the database
WordPress Setup
- Download the latest version of WordPress from http://wordpress.org/download/
- Upload the downloaded file to the new domain
- Connect using the shell to your new domain
- In the shell, unzip the uploaded file
unzip filename.zip - Edit your wp-config.php file (if you don’t have one, create it using the wp-config-sample.php)
- Modify the wp-config.php to match your settings (shown in bold)
define(‘DB_NAME’, ‘database_name_here‘);
define(‘DB_USER’, ‘db_username_here‘);
define(‘DB_PASSWORD’, ‘db_password_here‘);
define(‘DB_HOST’, ‘db_host_usually_localhost‘);
Blog Setup
- Navigate to your new domain
- Enter a blog title and email and click “Install WordPress”
- On the following page, save the admin username and password and click the login link
- Change your password
- Click Users
- Click Edit next to the admin user
- Type a new password and submit
- Change the Permalinks to your taste (I prefer the date and name based format)
- In your admin site click Options > Permalinks
- Select the format you like and click update

by tanakawho
More Setup
- Add traffic tracking to your site, I use one or more of these:
- Google Analytics – http://www.google.com/analytics/
- WP Stats – http://wordpress.org/extend/plugins/wp-stats/
- Sitemeter – http://www.sitemeter.com
- Feedburner – http://www.feedburner.com
- SpotPlex – www.spotplex.com (I just started using this, so I am not sure how good it is)
- Burn your feed – check www.feedburner.com for more information
- Monetize your site, here are some of the few that I use:
Customize
- Change the theme
- Upload a new theme to the folder wp-content/themes on your server
- In your admin site click on Presentation and select your theme
- Add plugins
- Upload a plugin to the folder wp-content/plugins
- In your admin site click on Plugins and activate your plugin
- Follow specific plugin instructions to make it work
Resources
- Themes
- http://themes.wordpress.net/ – WordPress theme viewer
- http://alexking.org/projects/wordpress/theme_browser.php – another WordPress theme browser
- http://www.wpdesigner.com/category/free-wordpress-themes/ – free WordPress themes
- http://www.solostream.com/ – Very good and affordable themes
- http://www.wp-glory.com/ – WordPress design tutorial
- http://news.revolutiontheme.com/ – good theme
- http://www.uniqueblogdesigns.com – lots of good themes and branding
- http://www.yvoschaap.com/wpthemegen/ – WordPress theme generator
- Plugins
- Plugin directory – http://wordpress.org/extend/
- WP Super Cache – http://wordpress.org/extend/plugins/wp-super-cache/
- FeedBurner FeedSmith – http://www.feedburner.com/fb/a/help/wordpress_quickstart
- Aizatto’s Related Posts – http://www.wp-plugins-db.org/plugin/aizattos-related-posts/
- Share This – http://wordpress.org/extend/plugins/share-this/
- Akismet – http://akismet.com/
- Other good articles
by tanakawho






Mon, Jan 7, 2008
Blogging