Help - Search - Members - Calendar
Full Version: Unable To Display Entries From Html
Movable Type Community Forum > Using Movable Type > Entries and Archives
andyxu
I'm doing my editing of HTML on Dreamweaver whereby the file will be upload back to the server directly but I have an issue. I am unable to display my entries using the following code:

<MTEntries lastn="10" offset="1">

</MTEntries>


Nothing is appearing. I need HELP urgently!!!

Help will be greatly appreciated.
OtherNiceMan
If the code posted is exactly as in the template that is to be expected.

You have not told the system to output anything, you only have a container that limits any actions to the last 10 (offset 1).
shenews
Make it

CODE
<MTEntries lastn="10" offset="1">
<$MTInclude module="Entry Summary"$>
</MTEntries>

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-2008 Invision Power Services, Inc.