> 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-remove-sample-comments-and-posts-from-wordpress.md).

# How to Remove Sample Comments and Posts From WordPress

A fresh WordPress installation comes with sample comments and posts. You can easily remove them 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/AbYE1u9kgXZKrjp17jhy" alt=""><figcaption></figcaption></figure>

* Hover over the sample post and click on **Trash**.

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

* Repeat the process for sample pages by navigating to **Pages** in the Dashboard, then click on **All Pages** and remove the sample pages.

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

* To remove sample comments, select **Comments** from the dashboard, hover over a comment, and click on **Trash**.

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

Once you've completed these steps, your blog will be free of sample comments and posts.


---

# 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-remove-sample-comments-and-posts-from-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.
