Thanks for the quick reply Mark!
One more question. Prior to using MODx+Ditto I use to use blogger. On the side it would categorize posts by month (basically the subject of my initial post).
I noticed that the default output of the archive in ditto 1.0.2 looks like this:
* November 2006
o Test Entry 3 (Sun Nov 19, 2006 @ 09:10 PM)
o Test Entry 4 (Sun Nov 19, 2006 @ 09:11 PM)
Is there any way to gain control over the display of the output of the archives? Or create a snippet that would JUST display the archived part? If so, I think I would be able to use Ditto’s default output + CSS to generate that list I want.
If it’s not possible, it seems like according to your post about Ditto 1.1, I’d need to make a menu with links like this:
<a href="
http://www.url.com/dittodisplayer?month=11&year=2006">November 2006</a>
<a href="
http://www.url.com/dittodisplayer?month=12&year=2006">December 2006</a>
That would work just fine, but it means at the beginning of each month, I’d have to manually create a new link.
Thanks again