Help - Search - Members - Calendar
Full Version: past 7 entries not past 7 days?
Movable Type Community Forum > Additional Resources > Tips and Tricks
benswift
I'd like to change a blog from past seven days showing to past seven entries. This is for a blog that is only updated 1 or 2 times a month...

any ideas?


thanks

---ben
leefly
Can you do the same thing with archives? I would like to limit the amount of archive items to the last 5 from each catagory.

Lee
maddy
In the Category Archive pages? Sure, just add in the lastn="n" attribute as above. If you mean in an archive list, you'll need to post the code you are currently using, or describe your set up. smile.gif
leefly
Like to limit how many entries this produces.
CODE
<!-- cat  -->
<div class="sidetitle">
Catagories:
</div>
<div class="side">
<MTCategories>
 <a href="<$MTCategoryArchiveLink$>"><$MTCategoryLabel$></a><br>
 <MTEntries>
 <$MTEntryTitle$> 
 </MTEntries>
 <br /><br />
</MTCategories>
</div>


Thanks,

Lee
maddy
Yeah, you should be able to just go ahead and add in the lastn="n" attribute to that MTEntries tag in there, like:
CODE
<!-- cat  -->
<div class="sidetitle">
Catagories:
</div>
<div class="side">
<MTCategories>
 <a href="<$MTCategoryArchiveLink$>"><$MTCategoryLabel$></a><br>
 <MTEntries lastn="5">
 <$MTEntryTitle$> 
 </MTEntries>
 <br /><br />
</MTCategories>
</div>
leefly
Thanks. It worked.

Lee smile.gif
benswift
Thanks a bunch!

---ben
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.