# Theme Options

### Deafult Thumbnail

Access your blog **Layout** > and click on the **Edit Icon** > in the **Theme Options** > **Default Thumbnail** gadget.

**Example:**

<figure><img src="/files/FAQFSoK4KS75Bolq1n5g" alt="Defaullt thumbnail" width="554"><figcaption></figcaption></figure>

{% hint style="info" %}
INFO: This image will be displayed for posts that don’t have an image or youtube video.&#x20;
{% endhint %}

### JSON Variables

Access your blog **Layout** > and click on the **Edit Icon** > in the **Theme Options** > **JSON Variables** gadget.

```json
{
    viewAllText: "View all",
    dateFormat: "{m} {d}, {y}",
    monthName: {
        jan: "January",
        feb: "February",
        mar: "March",
        apr: "April",
        may: "May",
        jun: "June",
        jul: "July",
        aug: "August",
        sep: "September",
        oct: "October",
        nov: "November",
        dec: "December"
    }
}
```

viewAllText: default is `View all`&#x20;

dateFormat: default is `{m} {d}, {y}`&#x20;

monthName: default is `January`, `February`, `March`, `April`, `May`, `June`, `July`, `August`, `September`, `October`, `November`, `December`

**Example:**

<figure><img src="/files/rQBUkvlAanAuXZcUweQz" alt="JSON Variables" width="451"><figcaption></figcaption></figure>

{% hint style="info" %}
INFO: This functionality is only valid for `{getPosts}` Gadgets and Related Posts. Other formats are changed in the blog settings.
{% 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.probloggertemplates.com/guides/newspot/getting-started/theme-options.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.
