Skip to content

Shortcodes

democracy

Displays one poll.

AttributeValuesBehavior
idnumeric poll IDDisplays that poll.
idlastDisplays the most recent open poll.
idcurrentDisplays the poll attached to the current post; falls back to a random poll.
omittedDisplays a random active poll.
text
[democracy id="12"]

democracy_archives

Displays a paginated poll archive.

AttributeDefaultDescription
title_markupemptyTitle HTML containing {question}.
activeunset1 for active or 0 for inactive polls.
openunset1 for open or 0 for closed polls.
screenvotedInitial screen: vote or voted.
per_page10Number of polls per page.
add_from_posts1Whether to show links to posts containing the poll.
orderbyemptyDatabase column name or rand.
text
[democracy_archives active="1" open="1" screen="vote" per_page="20"]

For complex archive queries and custom wrappers, use the PHP functions.

Released under the GPL-2.0-or-later license.