Quantcast

Nine Steps to setting up a WordPress blog

I just finished setting up the RanCH bLoG and am getting pretty good at setting up WordPress. Here are the steps I take after installing a new WordPress 2.7 blog:

  1. Enable Archival-style permalinks. In settings -> permalinks choose “Day and name”.
  2. Add a .htaccess file to make permalinks work. WordPress will try to do this for you when you enable permalinks, but might not be able to write to the root dir of your blog.
  3. Disable “Comment author must have a previously approved comment” in settings -> discussion, so you don’t have to keep watching over your comments.
  4. Enable the Akismet plugin, to block spam. You will have to create a free wordpress.com account to get an API key.
  5. Install the reCAPTCHA plugin, to block more spam. You will need to create a free recaptcha.net account to get an API key.
  6. Install a GPL-compatible theme.
  7. Add sidebar widgets in appearance -> widgets. I always add the Recent Comments, Categories, Tag Cloud, and Search widgets.
  8. Replace any boilerplate text in the theme. Hopefully this can be done by replacing the boilerplate area with a text widget, but you might have to update your theme’s php files.
  9. Update the blogroll with links to your friends.

Maybe one of these days I will follow my own advice and update this blog to a modern theme.

Announcing the Open Library Blog

Check out the new Open Library Blog! Development on openlibrary.org is happening at a fantastic pace, and hopefully the new blog will help people keep up with new features of the site.

I set up the Open Library Blog with the new WordPress 2.7 beta, which is big improvement over the older WP version that we use on TikiRobot. The OL Blog also uses a clean, widget-capable theme, and a syntax highlighter plugin that is better maintained than the one we use on TR. The visual editor in 2.7 works well, which means I don’t have to install any markup plugins. I can’t wait to update TikiRobot to modern software and get rid of the clunky CSS that we’ve inherited!