Skip to content
Recued
Menu
← Back to recipes

WordPress post brief

by recued-core v1

Read-only brief for one WordPress post. It reads the post, visible comments, revisions, and optionally the featured media through recued-core.wordpress, then renders a compact editorial context card. It never creates, updates, deletes, uploads media, mutates comments, changes settings, edits users, or calls arbitrary WordPress endpoints.

How it works 13 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (13 steps)
post ?
comments_raw ?
revisions_raw ?
skip: config.include_revisions not_equal true
media_raw ?
skip: config.include_featured_media not_equal true
comments default
Apply default
revisions default
Apply default
comment_count count
Count items in comments
revision_count count
Count items in revisions
comment_rows slice
Take a subset of
revision_rows slice
Take a subset of
comment_table to_table
Format results as a data table
revision_table to_table
Format results as a data table
summary to_summary
Format results as a summary card
Settings 7 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

post id setting = 0
row limit setting = 15
wordpress setting =
comment status setting = approve
featured media id setting = 0
include revisions setting = true
include featured media setting = false

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Wordpress connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

wordpress wordpresscmspostcommentsrevisionseditorialbriefpack:wordpress

Details

13 steps 7 configurable settings recipe_id: wordpress-post-brief