# Creating a Blog or any Archive Template

When you visit a site’s blog and see a list of published articles, you’re actually viewing an Archive page. Archives have different terms that you can use to filter them, terms you’re familiar with: Author, Date, Category, Search results, Recent posts, Tags or any other taxonomy.

Before we begin with the Elementor steps, keep in mind that WordPress plays a significant role in the Blog archive page creation. You should first publish a blank page within the normal WordPress Add Page interface (call it Blog if you’d like), and then once you’ve published that blank page, go to *Settings > Reading*. Now choose the page you just published in the Posts Page dropdown as shown below.

![](/files/9dxfWGAabSgEM9odyO0V)

{% hint style="info" %}
**Tip**: You can use the standard WordPress editor (either Classic or Gutenberg) to write your posts. You don’t have to use Elementor to write the actual content, although you can if you’d like, of course. But many people prefer to write posts the standard WordPress way, since they often don’t need the advanced layout features for a simple, straightforward blog post. No matter which way you decide to write the actual blog post content, the Elementor Archive Template will give you all the freedom you need to layout and design the Blog Archive page.
{% endhint %}

Now let’s move on with the steps to take with Elementor!

1. Under *Templates > Theme Builder > Archive > Add New*, select *Archive* from the dropdown and click **Create Template**.
2. Choose an *Archive* *Block* and **Insert**. Alternatively, you can design your own.
3. Click the gear icon in the lower left corner of the widget panel to select a specific archive as the preview example while editing.
4. Edit any elements as you’d like. After you’ve finished designing, click **Publish**.
5. Choose a *Condition*. Click to [learn about conditions](/kitify/theme-builder/how-to-set-display-conditions.md).


---

# 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.novaworks.net/kitify/theme-builder/creating-a-blog-or-any-archive-template.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.
