I am using MT as a news area of a larger website. You can see it in action here: http://dev.citycarshare.org/about/news/
Those news items on that page are MT (more news at the bottom of the page)
The thing I am having trouble with is this: I want MT to not list the current News item you are reading in the list at the bottom. Currently I use the following code to get the added News items at the bottom of the page. Is there a way to do this and not show the one you are reading in that list? I am also doing this on the Individual Archive pages.
CODE
Other Recent News:
<MTEntries lastn="10">
<a href="<$MTEntryLink$>"><$MTEntryTitle$></a>
</MTEntries>
<MTEntries lastn="10">
<a href="<$MTEntryLink$>"><$MTEntryTitle$></a>
</MTEntries>
Thanks a bunch. We are going live tonight!
Evoir