In wordpress you have a few 'default' archive URL's. Like for example: http://www.mydomain.com/2011/ generates an overview of the posts of (only) that year.
If you have an category blogs the url http://www.mydomain.com/blogs/ generates an overview of all the posts within that category. (Spread over multiple pages)
Now is my question is there any link which generates an overview of all posts (spread over multiple pages) starting with the newest first and going back in time?
So not like the 2011 url, which only fetches from this year, but go's further back in time when applicable.
My current permalink structure is:
/%category%/%postname%/
Thanks.
