Shortcode Reference: [tpabstract] - winkm89/teachPress GitHub Wiki

Description

Use this shortcode if you want to show the abstract of a publication in a post or page. You can choose the publication through their ID or BibTeX key.

Parameters

id

(integer) The ID of a publication.

key

(string) The BibTeX key of a publication.

Examples

With the ID parameter:

[tpabstract id="30"]

With the key parameter:

[tpabstract key="sooc2013a"]

In combination with tpsinlge:

[tpabstract]

Changelog

  • Since: 4.2.0