Archive by Month Menu - blog style
I would like to create a menu system in the sidebar of a site that displays a link for each month and year (in Desc order) for articles from that month. If no articles are available for that month, no link will be provided.
Do you know how this is done?
Do you know of a tutorial which can show me how to create this?
Thanks

 







 
     
     
    

 SELECT Date_format(pcms2_contents.ContentDate, '%M, %Y') as contDate,
  SELECT Date_format(pcms2_contents.ContentDate, '%M, %Y') as contDate,  

 
    





