Ordering citations in bibliography by publication date
When I have multiple sources by the same author, I would like them to appear in order of publication date in my bibliography. Can you help me figure out how to do that? (No familiarity with changing code or anything like that!)
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
<sort>
<key macro="contributors-sort"/>
<key variable="title"/>
<key variable="genre"/>
<key variable="issued"/>
</sort>
Change to
<sort>
<key macro="contributors-sort"/>
<key variable="issued"/>
<key variable="title"/>
<key variable="genre"/>
</sort>
See https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step for general instructions -- don't forget to change stylename and ID.