# How to Remove a Post in WordPress

You can remove a published or draft post in WordPress easily by following these steps:

* Log in to the **WordPress dashboard**.
* From the **Dashboard** menu, go to **Posts** and click on **All Posts**.

<figure><img src="/files/7VPSI5TGsKMSJXMhyUm2" alt=""><figcaption></figcaption></figure>

* Hover your mouse over the post you want to remove, and click on **Trash**.

<figure><img src="/files/jXXhPUfqVoLJTbPmAqZ3" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
You will get a message that the post has been moved to Trash.
{% 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.clouduxe.com/wordpress/how-to-remove-a-post-in-wordpress.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.
