I’m having a very similar issue. I’m trying to display a large number of entries using the following:
{exp:channel:entries channel="library" limit="100" orderby="pub_date" sort="desc"}
{pub_date format="%F %j, %Y"}
<a href="http://{title_permalink=library/detail}">{title}</a>
{/exp:channel:entries}All of the pre-2001 entries are appearing at the top of the list.
I’m hoping there is a way to resolve this, since I just imported hundred of entries with the assumption that I would be able to order them by the custom date field “pub_date”.
I’m on v2.1.1 Build 20101020
Thanks in advance…