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.
Simplish version 2.1.5
Simplish 2.1.5 spruces up support for WordPress version 2.7 features, and is only compatible with WordPress versions ≥ 2.7. The changes are focused on complete support for features, removing compatibility code for older WordPress versions, and fixing a few bugs.
post_class()everywhere but the page template</a>that slipped into the 2.1.4 release (validation)ol/ullielements (thanks Demetris @ op111.net)ol/ullielementsNOTICEnote.wp_logout_url()in sidebar logout linkget_search_form()ocomments.phpfile, and much compatibility code fromfunctions.php(removes support for wp < 2.7)wp_list_pages()calls with newwp_page_menu()to allow in-function “Home” linkDownload Simplish version 2.1.5 here, or see it soon in the WordPress themes directory.