hello, i need to customize just one category in wordpress: i need for that category that some articles should appear before of others. Could you help me? thanks
There is an option to add category slightly below the box for entering content.There you can add category as per your contents and you can take help from this http://codex.wordpress.org/Category_Templates.
thanks for replaying, but i have some more questions: Because i have not a category file but i have the archive.php I have understood that i have to copy the archive.php and rename it in archive-2.php right? Wich code i have to add in archive.php to call the archive-2.php I want my category (called archive-2.php) make it in reverse chronological order (from the oldest to the newest one articles) but how to do this? How make the the "archive-2.php" corresponds to the category i desire? thank you
Interesting, I've never thought about organizing my categories this is a great idea! thanks for the link mccomf