> For the complete documentation index, see [llms.txt](https://docs.probloggertemplates.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.probloggertemplates.com/guides/seoflex/getting-started/theme-options.md).

# Theme Options

This template allows you to customize some options directly in the layout.

### Default Thumbnail&#x20;

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/WEe3RjtDQ7wNsLsA20hR/blobs/yaYMoPXqThNfmVHtPXaV/image.png" alt="Default thumbnail" width="553"><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
{
    translate: {
        pageOf: "Page {page} of {pages}",
        prevMsg: "Previous",
        nextMsg: "Next"
    }
}
```

pageOf: default is `Page {page} of {pages}`&#x20;

prevMsg: default is `Previous`&#x20;

nextMsg: default is `Next`

**Example:**

<figure><img src="https://323979841-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWEe3RjtDQ7wNsLsA20hR%2Fuploads%2FSocCiF817w0Wulo03knW%2Fimage.png?alt=media&amp;token=51e825d9-d7b0-490e-8147-168d68698e3d" alt="JSON Variables" width="449"><figcaption></figcaption></figure>

{% hint style="info" %}
INFO: Use this feature to define a custom translation for Content Pagination (Post Split).
{% endhint %}
