Hi,
I have build an archive. The articles are ordered by expiration date, which is set in all entries.
Now on the archive Side you can see only June, September and November. But there are Articles with an expiration date in August and Oktober.
Why are these articles not displayed under the correct month?
Has somebody an idea?
Below you can see the code and here is the link to the archive side
Thanks for your help
greetings britta
{exp:weblog:entries weblog="termine" show_expired="yes" orderby="date" sort="desc" limit="20"}
{date_heading display="yearly"}
<h2 class="archiv">{expiration_date format="%Y"}</h2>
{/date_heading}
{date_heading display="monthly"}
<h3>{expiration_date format="%F"}</h3>
<p>{/date_heading}</p>
<p><ul><br />
<li><a href="http://{title_permalink=">{title}</a></li><br />
</ul>