In a context completely unrelated to “threaded” discussion comments on blog posts, Rob Pike once wrote:
Threads are like salt. I like salt, you like salt, we all like salt. But we eat more pasta than salt.
Implementing (what will eventually be) WordPress 2.7’s new threaded comments is not difficult, and doing so yields a moderately useful new organization element: threading, or individual replies, similar to the presentation of discussion forums, many newsreaders, the Gmail message list, or the Twitter @. This post by Ottodestruct has plenty of info to get you started against the latest subversion tip to get threaded comments working in your theme.
Many themes are built with, even around, JavaScript. If Simplish already loaded even one script, we’d certainly add the cool new threads. But Simplish is supposed to be simple, and it is supposed to be a feature that the theme loads no JavaScript in a default configuration.
I will probably link to a quick alpha Simplish with cut-and-paste test code for a threaded comments template shortly, but I’m interested in opinions right now.
Threadbare no longer (Simplish 2.1.4RC)
As mentioned in comments onĀ my original mild objection, I’ve been convinced that threaded discussions, new in the upcoming WordPress version 2.7, are a good value at the price. So today I slapped support for the feature into Simplish. This version of the theme should be considered “beta” quality, just like the new WordPress features on which it’s built. Both are subject to change before final release.
The demo shows a “jacob’s ladder” style for the comments/replies layout, where both left and right margins are indented per-thread-level. It’s an (experimental) attempt to ease the “comment chaos” feeling a deeply-threaded discussion can give.
A special thanks to Otto for his comments and his indispensable threaded comments getting-started doc.
More…