Helo,
I’m a newbie in EE. The output of this simple code below does not work when I’m changing the sort parameter from “desc” to “asc”.
I’ve printed the result of the {entry_id} where all the id’s have a different numeric value.
My version: 1.6.9 build 20100415.
Does anyone has a clue?
Regards,
Kurt Kellens
This is the code:
{exp:weblog:entries weblog="articles" orderby="entry_id" sort="desc"}
<h1>{title}</h1>
<div id="content">
<div class="block left">
<!-- start block left-->
{dc_left}
<!-- end block left -->
</div>
<div class="block right shadow">
<!--start block right -->
{dc_body}
<!--end block right -->
</div>
<div class="block-wide">
<!-- start block wide -->
{dc_body}
<!-- end block wide-->
</div>
</div>
{/exp:weblog:entries}