I am at a loss on how to create a category template for 1 category in wordpress 2.0.2.
I have seperated the site into 2 sections,
1. pages and 2. posts.
I am currently using "Permalinks" with this value:
/%category%/%postname%.html
I have searched 3 days now and found nothing. The question is, I simply want to create category template for the page category. I sure it exists but I failed to find the answer. Any help would be great.
I have tried the following:
Suppose the Category ID of the Category in question is 6. WordPress uses the first Template file it finds in your current Theme's directory from the following list.
category-6.php
category.php
archive.php
index.php
Worked great with the default structure ".com/?p=123" but fails to work with the permalinks. I have searched pretty much every plugin and failed to find a fix.
If anyone can point me to a plugin or fix to this issue, it would be wonderful.
Thanks to anyone who can help.