you're probably using the default of showing the last 7 days worth of entries. you can change that to show a certain number of entries regardless of when they were made.
in your main index template, add the lastn modifier to your mtentries tag.
CODE
<MTEntries lastn="7">
the above code will show the last seven entries regardless of when the entries were published.