Hi forum..
I’ve tried the solution from the previous post but it hasn’t worked. I am also trying to list by year.
On a resource, I’ve put my reflect call
[!Reflect? config=`wordpress` &targetID=`414` &getDocuments=`1` &groupByYears=`1` &dittoSnippetParameters=`parents:240,248,244` &id=`wp`!]
and then on another page with ID 414 I’ve put the ditto call:
[!Ditto? &id=`wp` &extenders=`dateFilter,summary` &tpl=`messagePageTpl` &parents=`240,248,244`!]
Does anything look off to anybody?
At the moment these calls generate this:
* October 2010
* September 2010
* May 2009
* July 2008
but I want it to generate:
2010
* October 2010
* September 2010
2009
* May 2009
2008
* July 2008
Thanks in advance

sarah