I’ve just been building a site (http://www.nowlive.sg) and came across the need to output the post content dependent on the category it was in.
Anyone familiar with WordPress will know about using page templates, will know the immense benefits of having this facility, but now equally the ability to control more than one post template too. I predict this maybe become a standard feature to WordPress in the near future, as it saves having to call the category in php manually, or hashing your functions.php
A nice drop down box appears in the post edit screen which gives you or the client an option to select the right template for that post.
Full credit goes to Nathan Rice for writing this plugin. http://twitter.com/nathanrice

