Excerpt First Entry, List Next 4
First title to also display intro text (stuff that i put into "entry body") + link "read on" that takes to single entry page. And then the other 4 titles but without intro sentences.
Use two MTEntries loops like so:CODE
1:
2: [CODE]<$MTEntries ... lastn="1"$>
3: <a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a> <br>
4: <MTEntryExcerpt>
5: </MTEntries>
6: <$MTEntries ... lastn="4" offset="1"$>
7: <a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a> <br>
8: </MTEntries> [/CODE]
The first one is going to include the entry excerpt (or whatever you want it to
do) and the next one is using the offest attribute to skip over the entry that
was displayed in the first loop.
Posted by sachauncey at June 12, 2003 12:50 PM