Hi
I have a template using previous/next which shows a large image of alphabetically arranged thumbnails. Currently the ordering of previous/next is a bit random (probably date of upload). Is there a simple parameter I can use to order previous/next by title (alphabetically)? Current code shown below
{exp:weblog:next_entry category="127"}<a href="http://{path=people-environment/content-people/}">Next</a>{/exp:weblog:next_entry} |
{exp:weblog:prev_entry category="127"}<a href="http://{path=people-environment/content-people/}">Previous</a>{/exp:weblog:prev_entry}