Custom Fields in Movable Type

By Deane Barker 1 min read
AI Summary

This post explores the implementation of custom fields in Movable Type, explaining how they can enhance content management. The author provides practical steps for creating and using these fields, emphasizing their benefits for organizing and displaying information effectively within the platform.

Here’s a plugin for Movable Type that may address some (all?) of my “open vs closed content management” ranting.

CustomFields

CustomFields is a plugin that allows you to define custom fields that will appear on the entry editing screen and author profile screens. This allows you to store far more things about an entry or author for example you can now create complex author profiles.

Now, I’ve complained about custom fields before in general, but this lets the fields be defined per blog. With this, you can do a lot. (And this is a step up from my own user-defined fields hack, since that hack made the fields global to the installation.)

Going back the the “sermons” example I tend to use a lot, you could have a blog called “Sermons” with all the custom fields in there that you need (length, topic, biblical reference, etc). Other blogs store other objects and have other fields.

This plugin has the additional functionality of treating authors as an archive type, so you can create author archives with detailed information and a collection of blog postings about authors. This is long overdue.

Links from this – Open and Closed Content Management Re-visited November 27, 2005
A CMS should be able to solve content-related problems without me having to write code to support it.
Links from this – The Problem with Custom Fields December 3, 2005
This is an explanation of why just adding "custom fields" to a blogging platform doesn't necessarily turn it into a CMS.