Skip to content

Settings

Every admin screen the plugin adds, what each setting does, and what you can change without code.

All three screens require the administrator capability (manage_options).

The plugin’s options page. As of version 1.1.5 it holds one section, Format icons.

  • What it does: picks the icon style used by the Format Icon block (and format badges) across your site.
  • Choices: Hand-drawn (default) or Filled silhouettes — a radio choice with previews.
  • Default: Hand-drawn.
  • When to change it: if the filled style fits your theme better. Switching is instant; no posts need to be re-saved.
  • Note: a theme that filters icons directly (via the pfbt_format_badge_icon filter) continues to override this picker.

Icon set picker on the Post Formats settings page with hand-drawn and filled silhouette options

A maintenance tool that scans your posts and flags format/content mismatches — for example, a post marked Chat whose first block is a plain paragraph. For each mismatch it suggests a format, and you can apply fixes one at a time or in bulk. A dry run checkbox previews changes without applying them, and a revision is created for each post before changes are applied.

Post Format Repair tool showing scan results with all posts correctly formatted and no mismatches

This page is also what the plugin’s “Settings” link on the Plugins screen points to.

An opt-in toggle for the plugin’s starter block templates. One checkbox: “Use the plugin’s opt-in single + archive templates per post format.”

  • Default: off. When off, the plugin registers no templates and doesn’t touch the WordPress template hierarchy.
  • What enabling does: registers 18 starter templates — nine single-post-{format} and nine archive-post-format-{format} variants — and routes single posts and post-format archives to them. The page lists all 18 so you can see exactly what you’re enabling.
  • When to enable it: the page’s own guidance: only if your active theme does not provide format-specific templates and you want the plugin’s starter templates to render single posts and post-format archives. Most block themes ship their own.

Post Format Templates page with the opt-in checkbox and the list of single and archive templates

  • A post’s format, per post (modal, Format Switcher, or the core Format control).
  • Whether a detected format sticks (change it manually; your choice wins).
  • The icon set (Settings → Post Formats).
  • Format mismatch fixes (Tools → Post Format Repair).
  • The block templates opt-in (Tools → Post Format Templates).
  • Each format’s look — templates, styles, colors, typography — through the Site Editor and Global Styles. See the Site Editor guide.
  • The 52 opt-in block style variations (16 image, 20 gallery, 16 quote/pullquote). These are off by default and have no admin toggle; enabling them requires a feature flag — a filter such as pfbt_feature_image_gallery_styles / pfbt_feature_quote_styles, an option set via code, or a constant. See Block style variations.
  • Most feature flags (IndieWeb, MCP, ActivityPub, AI suggestions, and others) — filter, option, or constant only; no settings UI.
  • theme.json / design-token overrides — see Design tokens and Theme integration.