In the CVS development code, and the March 24 nightly build, there is a new feature: Post Meta-Data, or “Post Custom Data”. This allows you to attach arbitrary bits of information to a post using key/value pairs. You may have have seen blogs before where every post has something like “mood: happy” or “currently listening to: Linkin Park — Numb”. This can be done with Post Custom.
Though I’ve put in a rudimentary template tag, the_meta(), to display post meta-data, we expect that the real power of this feature will come to light in the form of new plugins. Plugin authors will be able to go beyond the simple ability to store static information such as the song you are currently listening to, or books that you are reading. For example, you might be blogging about your exercise goals, with a weekly post about how many miles you’ve jogged. A plugin could allow you to display a dynamic tally of “total miles jogged this year”, calulated from all of your “miles-this-week” entries.
You can find more details in the PostMeta page on the WordPress Wiki.
Let the musings begin
I’ve just installed WordPress from CVS and man is it turning into a lovely weblog. The new plugin system is hot and I’m already forming evil ideas to build for it. Perhaps a Netjuke or MPD hack that allows your blog to show the playlist you are c…
Trackback from Blake Watters on March 30, 2004
[…] shlist — Sig @
WordPress, the famous weblog engine (powering this site), is getting equipped (in its CVS HEAD version) with a new feature all […]
Pingback from AkaSig » WordPress is going semantic (a little bit)… on April 8, 2004
WordPress is going semantic (a little bit)…
WordPress, the famous weblog engine (powering this site), is getting equipped (in its CVS HEAD version) with a new feature allowing webloggers to post small pieces of metadata (pairs of key + value) with each one of their blog entries. WordPress is goi…
Trackback from AkaSig on April 8, 2004