How-To create templates for individual posts using Wordpress
I simply adore stuff like this. While it took me 15 or 20 minutes to figure out what they were talking about, once I did it was both elegant and easy to replicate. Open Source Rocks!
The Problem
Wordpress allows you to easily create templates for “Pages” and entire categories. This is very handy and easy to implement.
Wordpress does not make it easy to create a template for a single post.
In my case, I needed the first post in a category to have a special link for the “previous-link” navigation. Additionally, the last post needed the same link for the “next-link” navigation. (Normally, the first post would
more…