I would like use archive.php to show all the recent posts from all categories.
What is the correct argument for do that ?
For instance, when I want show all posts from category 5, I call
http://MySiteURL/?cat=5
Where can I find the syntax to call all categories ?
Thank you.