I am looking to sort entries by a custom date field to no avail. Isn’t this supposed to work? The generated entries are sorted seemingly randomly when I do this.
{exp:weblog:entries weblog="timeline" dynamic="off" sort="asc" orderby="date_timeline"}
{date_timeline format="%Y"}
{body_timeline}
{/exp:weblog:entries}Thanks!