WordPress post brief
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
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
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.