Skip to content

Getting started

Create your first formatted post and learn the three ways a post gets its format: the modal, the Format Switcher, and auto-detection. These steps assume the plugin is active on a block theme — see Installation if it isn’t yet.

A post format is a label on a post — quote, video, status, chat, and so on — that lets your theme present that kind of content differently. The plugin registers nine formats (aside, gallery, link, image, quote, status, video, audio, chat) alongside WordPress’s default “standard” format, so you see 10 choices in the editor. Formats your theme already declares are kept, not replaced.

  1. Go to Posts → Add New. The Choose Post Format modal appears with 10 format cards.

    Format selection modal on a new post showing post format cards with icons and descriptions

  2. Choose Quote. Expected result: the quote pattern is inserted — a pullquote with an attribution field as a locked first block. The lock keeps the format’s structure intact; you edit the text inside it.

    Quote post in the editor with a pullquote, attribution, and the Format set to Quote in the sidebar

  3. Type the quotation and the attribution, add any extra content below the pattern, and click Publish. Expected result: the post displays with your theme’s quote styling, and the post’s Format shows “Quote” in the post sidebar.

Change a format mid-edit: the Format Switcher

Section titled “Change a format mid-edit: the Format Switcher”

While editing any post, open the post sidebar and find the Format Switcher panel. It shows the current format and a dropdown to switch. When you switch, you choose whether to replace the content with the new format’s pattern or keep what you’ve written. (Screenshot planned: see screenshot inventory.)

The plugin analyzes the first block of a post when you save and can assign a matching format — for example, a pullquote suggests Quote, a gallery suggests Gallery. Two rules keep it predictable:

  • Apply once. Detection assigns a format on the first save from content, then stops. Later edits don’t flip the format back and forth.
  • Manual wins. If you picked a format yourself (modal, switcher, or the core Format control), auto-detection never overrides it.

If you want a different format than the one detected, just change it in the Format Switcher — your choice sticks.

  • The modal only appears on new posts. Existing posts keep their current format; use the Format Switcher to change them.
  • Formats mostly inherit your theme’s styling. The plugin ships structural tokens, not a design; your theme’s colors and typography apply. To restyle a format, use the Site Editor — see the Site Editor guide and the format customization quick start.
  • The first block is locked on purpose. It preserves the format’s structure. Add more blocks after it.
  • Older versions (before 1.1.5) had known editor issues — the modal could stack over the welcome guide, and Quote/Video patterns could show block validation errors. Update to the latest version if you see these; see Troubleshooting.
  • Try the Chat Log block: see Common tasks for publishing a chat transcript.
  • Review Settings for the icon set picker and the repair tool.