Hi guys,
I'm doing a project that requires me to build an archive section into a sidebar of my site. This would be easy enough if the client was happy with just links for each month but the layout format the client wants is as below:
January 2010
* article 1
* article 2
* article 3
* article 4
* article 5
December 2009
* article 1
* article 2
* article 3
* article 4
* article 5
Header is a H4 or H5 and 5 articles are displayed in an unordered list which link straight through to the article.
I have cck, views, panels and everything else I believe I need setup and running, i'm just struggling trying to get this output format. Is this something that can be tackled with views or panels so that it will automatically output in the above format or is there a custom archive module that allows this sort of customisation. I have played around with the monthly archives but can't seem to achieve the above format.
Any help or light shed on this matter would be greatly appreciated :)