Page 1 of 1
Archives plugin: entries per year
Posted: Fri Jun 06, 2008 10:43 am
by yellowled
Is there a variable in the archives plugin holding the number of entries in a year which can be accessed from entries_archives.tpl? (I'm looking for something similar to $month.entry_count.)
YL
Re: Archives plugin: entries per year
Posted: Fri Jun 06, 2008 2:40 pm
by garvinhicking
Hi!
No, I believe there isn't you'd need to use smarty syntax to add all month counts?
Regards,
Garvin
Re: Archives plugin: entries per year
Posted: Fri Jun 06, 2008 3:34 pm
by yellowled
garvinhicking wrote:you'd need to use smarty syntax to add all month counts
Yeah, I know that is an option (and I guess I know how to implement it), I was just wondering whether there was a more convenient way
YL
Posted: Fri Jun 06, 2008 4:53 pm
by Don Chambers
On a similar note, I'd love to see an archive view such as /archives/2008/summary.html (topic list of all entries for a given year), just as we currently have archives/2008/06/summary.html. Any chance of that?