Is there a solution to do sorting on the next_entry and prev_entry tag?
Out of the box the next and previews links are sorted by entry date. And because I have used csvGrap its all dates are te same. And i want use a custom weblog field for sorting.
Here i have an example of my idea of this.
{exp:weblog:next_entry sort="{customweblogfield}" sort="asc"}
Next entry: <a href="http://{path=">{title}</a>
{/exp:weblog:next_entry}
{exp:weblog:prev_entry sort="{customweblogfield}" sort="asc"}
Previous entry: <a href="http://{path=">{title}</a>
{/exp:weblog:prev_entry}Is there a way to do this.
Or must i submit a feature request?