# Display a poll
To display polls on the front end, use a custom block or add a shortcode.
# Displaying a poll using a shortcode
- Find the ID of the poll in the Manage Polls section
- In the block editor, create a new Shortcode block
- Enter a desired shortcode:
- To embed a specific poll in your post, use
[poll id="2"]where2is your poll ID. - To embed a specific poll’s result in your post, use
[poll id="2" type="result"]where 2 is your poll ID. - To embed a random poll in your post, use
[poll id="-2"]
- To embed a specific poll in your post, use