Remove publisher from journal article citation
I am using a custom citation style and want to make it so that when I cite a journal article it reads Author, title, Publication volume, (date), page.
At the moment in the citation code I have added reads
But it then produced the citation
Jason McGraw, ‘Spectacles of Freedom: Public Manumissions, Political Rhetoric, and Citizen Mobilisation in Mid-Nineteenth-Century Colombia’, Slavery & abolition, 32 (Abingdon: Routledge, 2011), pp. 269–288.
How can I make it remove the publisher so the brackets just read (2011)?
At the moment in the citation code I have added reads
But it then produced the citation
Jason McGraw, ‘Spectacles of Freedom: Public Manumissions, Political Rhetoric, and Citizen Mobilisation in Mid-Nineteenth-Century Colombia’, Slavery & abolition, 32 (Abingdon: Routledge, 2011), pp. 269–288.
How can I make it remove the publisher so the brackets just read (2011)?
Hopefully, you can see the code in this photo. I essentially wrote if type="journal article" then told it to only include the date. This did not seem to change anything.
https://s3.amazonaws.com/zotero.org/images/forums/u10956490/dxxnv0ire1nz9uba6588.png
Thank you for your help!
Hopefully, you can view it there.
Alternatively you can just add another
<else-if type="article-journal" match="any"/>
into the bibliography's conditional that tests for the different item types and then add the various bits how you want to look it there.