Pullquote

In this article


Give special visual emphasis to a quote from your text.

  • Name: core/pullquote
  • Category: text
  • API Version: 3
  • Block Type: Static (saved in post content)

Attributes

Defined via the attributes property in block.json.

Attribute Type Default Description
value rich-text Source: rich-text. Selector: p. Role: content
citation rich-text Source: rich-text. Selector: cite. Role: content

Supports

Defined via the supports property in block.json.

Block Markup

This is a static block. The markup is saved directly in the post content.

<!-- wp:core/pullquote -->
<figure class="wp-block-pullquote">
    <blockquote>
    <p>Testing pullquote block...</p><cite>...with a caption</cite>
    </blockquote>
</figure>
<!-- /wp:core/pullquote -->

Source