# 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="https://content.gitbook.com/content/vPCg7h7ywXgmchcOmR5E/blobs/jsMSICTv0oDXi4WQ37b8/image.png" 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="https://content.gitbook.com/content/vPCg7h7ywXgmchcOmR5E/blobs/eJRM9R9l3QnqgIUPuUfD/image.png" 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 %}
