Wordpress as CMS
April 21, 2008
I’m currently working on an upgrade of one of the web sites I manage. The current site is a collection of static pages with PHP includes, while the new site will be powered by the latest version of Wordpress.
I’ve enjoyed using Wordpress as a content management system. The new templating system is relatively easy to use, and gibes well with what I’ve learned from my professional experience with web sites. I think it’s a great lesson in CMS development as well - determining what’s dynamic vs. static, what’s styled in CSS or structured in HTML code, and what the various colors and fonts need to be to make the site readable.
Advantages of using Wordpress vs. static updates include:
- Word-like text editor to enter and edit content, without the need to know HTML.
- Automatic ability to push new pages to multiple news feeds. Write a post or page, tag it with keywords, click “submit,” and it automatically goes out over Google News.
- Fancier functionality. No more manually updating the right column; I click “post” and all the links update.
- Individual pages. Let’s say you Google “Pray for Priests magnets” - you get http://www.serraboston.org/news.php, but you have to scroll halfway down the page to get to the relevant content. With the new site, each page of content should appear as its own web site, with links to similar articles.
- Fancier functionality than my current blog, which also needs an upgrade to the latest version of Wordpress.
I’d post a preview, but I hope to have the fully dynamic site online in a few days.

