andyxu
Jun 23 2008, 06:21 PM
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
Jun 23 2008, 10:34 PM
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
Jun 24 2008, 08:20 AM
Make it
CODE
<MTEntries lastn="10" offset="1">
<$MTInclude module="Entry Summary"$>
</MTEntries>