Viss jeg forstår deg rett så er det kjempelett.
Category Templates « WordPress Codex
Sitat:
In the case of categories, the hierarchy is fairly simple. For instance, suppose the ID number of the Category in question is 6. The Template Hierarchy specifies that WordPress will use the first Template file it finds in your current Theme's directory from the following list:
1. category-6.php
2. category.php
3. archive.php
4. index.php
That is, if you do not have a category-6.php, WordPress will check for a category.php, and so on.
|
Det er altså bare å lage en category-catNr.php for kategorien så kan du lage en unik side for den.