Skip to content

Communications Post Guidelines

Created 2026-06-17
Tags communicationsguidelineswritingwebsite

Guidelines for writing Baseworks communications posts — the communications post type at baseworks.com/communication/.

Skill: write-communications-post — the Claude Code skill that executes this workflow. Related: write-blog-post, communications-guide, _site-content-inventory


Communications posts document Baseworks’ external appearances and collaborations with named outside entities. They sit at the intersection of record-keeping and editorial content — part press archive, part reflective account.

They differ from blog articles (article post type) in several ways:

Communications postBlog article
WordPress post typecommunicationsarticle
Vault location02-areas/website/communications/02-areas/website/blog-articles/
ACF fieldslocation, entity, details HTMLsubtitle, last-updated, FAQ
Primary functionDocument a specific appearance or collaborationOriginal editorial content
LengthVariable — can be brief or substantialTypically longer
BylineNot always named (appearance as a brand)Always attributed

Create one when Baseworks (or a named Baseworks person) appeared in, presented at, or collaborated with an external entity:

  • Conference or academic meeting — poster, talk, panel, keynote
  • Podcast or radio / broadcast interview
  • Press feature — article, newsletter, or media mention
  • Panel discussion — at an external event
  • Collaborative workshop — with a named outside organization

Do not create a communications post for internal events (study groups, open days, program sessions) — those use the event post type.


The communications post type has four ACF fields, all set via WP-CLI at publish time:

Field keyLabelWhat goes here
locationLocationGeographic location — typically city + country, or just country (e.g., “Italy”, “Montreal, Canada”)
projectEntityThe collaborating organization, conference, or platform name (e.g., “BRNet”, “Material For The Brain”)
detailsDetailsHTML block rendered in the sidebar — see format below
communication_imageCommunication ImageWordPress media library ID of the featured image

The theme renders this as a small info block beside the post. Use inline HTML with <strong> labels and <br> line breaks. Adjust labels based on the appearance type:

Conference / poster / panel:

<strong>Format</strong>: Conference | Poster Presentation<br>
<strong>Presenter:</strong> Asia (Ksenia) Shcherbakova<br>
<strong>Date:</strong> June 8–9, 2026<br>
<strong>Conference Website:</strong> <a href="URL" target="_blank" rel="noopener">BRNet</a><br>
<strong>Abstract:</strong> <a href="URL" target="_blank" rel="noopener">Presentation Title</a>

Podcast / audio interview:

<strong>Format</strong>: Press | Podcast<br>
<strong>Host:</strong> <a href="URL" target="_blank" rel="noopener">Host Name</a><br>
<strong>Date:</strong> Month DD, YYYY<br>
<strong>Podcast Website:</strong> <a href="URL" target="_blank" rel="noopener">Podcast Name</a><br>
<strong>Episode Page:</strong> <a href="URL" target="_blank" rel="noopener">Episode Title</a>

Panel discussion:

<strong>Format</strong>: Panel Discussion<br>
<strong>Panelist:</strong> Asia (Ksenia) Shcherbakova<br>
<strong>Moderator:</strong> Name (Affiliation)<br>
<strong>Date:</strong> Month DD, YYYY<br>
<strong>Event:</strong> <a href="URL" target="_blank" rel="noopener">Event Name</a>

Vault files live in 02-areas/website/communications/. Filename: YYYY-MM-slug.md.

---
title: "Post Title"
created: YYYY-MM-DD
type: communications-post
status: draft
language: en
wp-post-id: ""
wp-url: ""
# ACF metadata (for WP publish reference)
acf-location: "City, Country"
acf-entity: "External partner / conference name"
acf-format: "Conference | Poster Presentation"
acf-date: "Month DD, YYYY"
acf-website-label: ""
acf-website-url: ""
acf-episode-or-abstract-label: ""
acf-episode-or-abstract-url: ""
related:
- "[related-note](/related-note/)"
tags:
- communications
- relevant-tags
---

Communications posts can be brief (a short summary of a podcast episode with an embed) or long (a full reflective account of a conference appearance with observations from the program). The source material determines the length — do not pad, do not truncate to fit a template.

Typical structure for a conference / research appearance:

  1. Opening paragraph — who was involved, what the appearance was, where and when
  2. The presentation or contribution — title, core argument or findings, methodology summary
  3. Context — the field’s current framing, where Baseworks sits within it
  4. Observations from the program — other talks or presenters that are relevant, with names and affiliations
  5. Closing — related baseworks.com content

Typical structure for a podcast / interview:

  1. Opening paragraph — who was involved, the host, the platform
  2. What was discussed — key talking points and themes
  3. Body sections — one per major theme
  4. Embedded media (YouTube, Spotify, etc.)
  5. Closing — related content links

The same voice rules that govern blog articles apply here. Key reminders for this format:

  • Report, do not pitch. Communications posts describe what happened and what was covered. They are not event promotions.
  • Accurate field descriptions. If the conference’s dominant framing was clinical or pathological, say so clearly — as a factual observation, not as a contrast against which Baseworks is positioned.
  • Name people precisely. Full name and affiliation on first mention. Do not paraphrase credentials.
  • Domain-expert audience. Researchers, clinicians, and academics who attended the same event may read this. Write at a level that holds up for them.

For podcast episodes: embed the Spotify <iframe> or YouTube <!-- wp:embed --> block. For conference talks (if recorded and public): embed the recording if available.

Use Gutenberg block HTML format matching existing communications posts on the site.


For conference appearances:

  • Conference program / schedule (for presenter names, affiliations, talk titles)
  • Abstract (the submitted abstract, if any)
  • Any recordings of observed talks (use /transcribe)
  • Video of Baseworks’ own presentation or panel (use /watch)
  • Photos (processed via /compress-photos before publishing)

For podcast appearances:

  • Episode URL (for embedding)
  • Episode page link
  • Any show notes or summary provided by the host