I am having an issue sorting by the EE date field. I have a channel “news” that has a few custom fields. I had a custom date field but realized sorting by that was erratic at best, so I deleted it and we edited the EE date field on all the entries.
Now here’s the weird part, how that I am sorting by the EE date field, it shows about half the entries sorted by date, then starts over with the other half.
Here is my channel entries tag:
{exp:channel:entries channel="news" orderby="entry_date" sort="desc" limit="100" show_expired='yes' dynamic="yes" }
<div class="areaattractions_content">
<h3><a href="http://{title_permalink=">{title}</a></h3>
<p> {entry_date format="%F %d %Y"}<br />
{news_teaser}<br />
</div><br />
{/exp:channel:entries}Note: I have tried “date” and “entry_date” in the exp:channel:entries tag and both produce the exact same results.
Below is the output of the query above:
[removed link url after resolved]
Check out the dates as you scroll… weird!
Anyone seen this before? Is it a bug? I have completely cleared the EE caches in the last day or two, so that doesn’t appear to be the issue. I’m at a loss as to what I can try.
Thoughts? Suggestions?