I would like to be able to filter my entries by year using the page URI in the same way I can by year/month
Something like
myurl.com/archive/2011/02will happily display entries from that month, however
myurl.com/archive/2011returns no articles.
Is there a way to do this without setting any extra parameters in my entries loop?
I had hoped EE would have this already built in as it is pretty basic functionality.