I have "Journal Article" and "Proceedings" in a list of publications. On one page, I would like to display only the proceedings with the filter type deactivated (not shown).
This works ok (it displays only the proceedings publications):
tpcloud show_type_filter="0" type="Proceedings"
Similarly, on another page, I would like to show only the journal articles. However, this one does not work:
tpcloud show_type_filter="0" type="Journal Article"
In fact, the latter displays the following message: "Sorry, no publications matched your criteria."
I have "Journal Article" and "Proceedings" in a list of publications. On one page, I would like to display only the proceedings with the filter type deactivated (not shown).
This works ok (it displays only the proceedings publications):
tpcloud show_type_filter="0" type="Proceedings"
Similarly, on another page, I would like to show only the journal articles. However, this one does not work:
tpcloud show_type_filter="0" type="Journal Article"
In fact, the latter displays the following message: "Sorry, no publications matched your criteria."
Any clue on this?