Filter/select by item type
-
ZotPress knows about item types, as shown by the CSS classes
data-zp-itemtypeand thetitle="itemtype"option to display items grouped by item type (on which see prior thread).I have a simple feature request: it would be nice to be able to select items by item type. This would make it easy to display publication lists of just journal articles or conference papers. And in lists of items grouped by itemtype it would also make it possible to easily customize the order of types (e.g., as is common in some disciplines, according to some implicit ranking or peer review status, journal articles > conference papers > book sections, etc.). This could be done simply by having consecutive
[zotpress]queries for each type in the desired order.Proposal: use
itemtype="{type}"to select items by item type. Ideally this would be combinable like the other shortcodes so that we can display all journal articles by author Alice like so:[zotpress author="Alice" itemtype="journalArticle"]
The topic ‘Filter/select by item type’ is closed to new replies.