How to get Jetpack’s “Writing Prompts” in WordPress

The WordPress Jetpack plugin recently (and experimentally) added “Writing Prompts” like those seen on WordPress.com-hosted sites since…I wanna say 2020?

I’ve been thinking about getting more into “Personal Blogging” elsewhere, and I figured these would be useful in getting words out.

In order to get these prompts on a self-hosted WordPress site, you need to do three things:

  1. Upgrade to JetPack 11.7 or higher
  2. Add the following line of code to your wp-config.php file:
    define( 'JETPACK_EXPERIMENTAL_BLOCKS', true );
  3. Go to “Settings > Writing” in WordPress admin, and check the box labeled “Show a writing prompt when starting a new post.”

I don’t know when this is supposed to become available without Step (2), but at that point it might be a good idea to turn off Experimental Blocks by removing that line.

2 Responses to “How to get Jetpack’s “Writing Prompts” in WordPress”

  1. Aimee says:

    This did not work for me, unfortunately 😭

    1. Jay says:

      Hm, it may be because this is no longer an experimental block? You don’t see it in your available blocks? Maybe you need to enable “JetPack Blocks” in the JetPack Writing settings?

      /wp-admin/admin.php?page=jetpack#/writing

Leave a Reply