I’m setting up a template page for a weblog that will display weblog entries based on the url segments.
I’d like it to show one entry if the url is like:
url.com/template/2008/06/18/entrytitle
or, I’d like it to show multiple entries if the url is like any:
url.com/template/2008/06/18/
url.com/template/2008/06/
url.com/template/2008/
Can anyone share how they’ve achieved this?
Thanks.