Page MenuHomeMusing Studio

Option to not send post via email
Open, NormalPublic

Description

Overview

Allow users to publish directly to their blog, but not send the post via email.

Background

Implementation

For now, add a new shortcode: <!--noletter-->. If this is present on publish, don't add the post to post jobs.

Edge cases

  • What if someone adds or removes the flag on post update, after initial publish?

Future

Eventually, this should be a flag on the post creation API endpoint. We'll want to make this available in the editor UI.