Somebody over at WordPress has thought of just about everything.
The more I use WordPress and implement it into my web design projects the better I understand what a full featured Content Management System it really is. I recently wrote an article desscribing one of my favorite WordPress features which allows you to assign separate category template pages for different post categories. This article explains this concept in a bit more detail.
Most of the standard WordPress themes include a file name archive.php. This file is called each time a user accesses an archived post. Examples of archived posts are:
- Monthly posts
- Yearly posts
- Post within a certain category
When a user views the selected archived posts, the page displayed by the browser is controlled by the archive.php file and the XHTML code within that page. Often times this archive.php file is customized to offer the user information about the subset of posts that they are viewing. For instance, if you view the archives on this website for the posts filed under the category “Blogging” you will notice that the first paragraph of the page offers you a brief advisory of just what posts you are viewing.




Following the lead of Darren Rowse over at