dcorbin
Jan 15 2004, 05:26 PM
As I understand MT, index pages are generated with all the blog entires from the last X days where X is configurable. Is there any way to change this so that it shows the last X entries, instead?
Thanks
David
girlie
Jan 15 2004, 05:32 PM
In your Main Index Template:
CODE
<MTEntries lastn="X">
where X is the number of entries you want to display.
Reading the
Template Tags manual might be a good idea.