It would be nice to set up yearly and monthly archive links in case these are used by WordPress.

Such as e.g. http://guaka.org/2008/ http://guaka.org/2007/12/

Comments

lavamind’s picture

Component: Code » Documentation

I think that copying the structure of a WordPress site, such as creating archive links, is outside the scope of this module's purpose, which is to transfer content from one CMS to the other.

That said I wouldn't mind including instructions about how to do that in the README.

jhodgdon’s picture

The easiest way to create year/month archives is to install the Views module.

The current versions of Views come with a default view called "archive" that does exactly that, although the URL is example.com/archive/YYYY or example.com/archive/YYYY/MM (I doubt that it would be all that advisable in Drupal to make the URL be example.com/YYYY rather than having some prefix on it!). You just need to enable this default view, and it will work.