> For the complete documentation index, see [llms.txt](https://docs.clouduxe.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clouduxe.com/wordpress/how-to-bulk-delete-posts-in-wordpress.md).

# How to Bulk Delete Posts in WordPress

It is possible to delete posts in bulk using WordPress. You can also delete selected posts in bulk 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/1VK6KonTfqbjAMSK0cxW" alt=""><figcaption></figcaption></figure>

* Checkmark the top checkbox to select all posts.

* Click on **Bulk Actions** and select **Move to Trash** from the drop-down menu. Then click on **Apply**.

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

{% hint style="success" %}
Your posts have been moved to Trash. If you want to delete them permanently, click on **Trash** and choose **Empty Trash**.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-bulk-delete-posts-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.
