Im trying to customize each of my categories pages to be different from the others, as it is explained in
http://codex.wordpress.org/Category_Templates
I've uploaded several category-slug.php files to the same theme folder where categroy.php is, but WP ignores them and always goes through category.php, instead of the specific category file.
I've tried this using the slugs as identificators (category-slug.php) and with ID too (category-ID.php) too and neither of them seems to work. Anybody knows what may i am doing wrong? thanks
Sorry, FIXED: I have just found that my version 2.8.5 is still not suportting the "category-slug.php" format. And I was mistaking the Category ID with the number of posts that comes listed aside (sob, yes...).
Its surprising that you cant see the category-id in the admin dashboard, except in the URL when you edit them, as described in
http://www.wprecipes.com/how-to-find-wordpress-category-id
Well, Im sorry for this false issue, hope this helps if anybody is in similar situation
thanks everybody
Here's a good plugin for the IDs:
http://wordpress.org/extend/plugins/reveal-ids-for-wp-admin-25/
I don't believe you will ever see the ID in the core UI again.