Categories
General

Titlematic 0.2

Titlematic is a simple plugin that gives title-less posts a title. This version adds an options page to configure the automatic title length, the character after the automatic title, and the fallback title text. It’s also now hosted at the WordPress plugins repository for easy upgrades.

Get Titlematic 0.2 from the WordPress Plugin Directory.

Update: If you auto-upgrade from 0.1, the old version may not be deleted and the new version may not be activated. If so, you’ll need to deactivate and delete 0.1, then activate 0.2.

Categories
General

Titlematic plugin 0.1

If you run a group blog, your group members are going to forget to title their posts now and then. It’s mostly just an annoyance – posts without titles look funny – but some plugins get broken because they expect posts to have titles. So, I was using Luke’s Default Post Title plugin, which works well but just sets a default, such as “Untitled Post.” The code I borrowed from the Prologue theme for the quick post feature in OrgPress has a nice auto-title feature that takes the first 25 characters of post text and uses that for the title. It results in some silly titles, but at least they’re more informative than “Untitled Post.” I smooshed the two together into Titlematic, a plugin that sets the title for an untitled post to the first 25 characters of the post’s content and reverts to the “Untitled Post” thing if there isn’t any post content, such as when a post is just an image. Right now you’ve gotta edit the code to change the number of characters to use, so for the next version I’ll probably add some settings.

Download Titlematic 0.1: titlematic.0.1.zip