# WordPress status field

### About WordPress Status field

* WordPress lets you control the status of a post by marking it as either Published, Draft, or Pending.
* With our WordPress Status field sync, you can now control that state from apps like Airtable or Notion.
* For example, if you manage your blog content in Notion, you can now control whether those blog posts are live or in draft from within Notion.

{% hint style="info" %}
If you want to choose when a row in Airtable or Notion is synced to Wordpress, you can also use the [Selective row-level sync](/features/additional-features/selective-sync.md) feature.
{% endhint %}

### How to set up the WordPress Status field

1. Add a single-select field to your Airtable or Notion table and title it "Status"
2. Make sure it has *exactly* these three options:
   1. "publish"
   2. "draft"
   3. "pending"
3. In Whalesync, map that field to WordPress' "Status" field

![](/files/MrWn8DjmJ2xfWFuR4qBk)

{% hint style="info" %}
Airtable lets you set a default value for single select fields so you can, for example, set a default value of 'Draft'
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.whalesync.com/connectors/wordpress.org/wordpress-status-field.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
