# Post Settings

This group of settings controls the look and layout of your posts.

<figure><img src="https://1178580486-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgLMzDwwgyVT45Qn7UpbZ%2Fuploads%2FYt9YMeayQBTLXs1TXkti%2Fimage.png?alt=media&#x26;token=1cf751dd-4769-4a72-b12b-b4447c31165c" alt=""><figcaption></figcaption></figure>

### Enable image lightbox:

This will control the opening of images and gallery images in a lightbox popup. Lightbox is a javascript library that will open the image in a popup, as shown below. You can navigate through the images using lightbox.

<figure><img src="https://1178580486-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgLMzDwwgyVT45Qn7UpbZ%2Fuploads%2Fbo6FZ598GR6vBsuzkDGk%2Fimage.png?alt=media&#x26;token=af395de1-603e-4b2c-a716-27866b6fe6da" alt=""><figcaption></figcaption></figure>

If you disable the lightbox, then the images will appear as it is without the ability to click on them and see the larger version. As you can see in the below image, all images appear smaller in size and it becomes difficult to see them when used in a gallery card.

<figure><img src="https://1178580486-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgLMzDwwgyVT45Qn7UpbZ%2Fuploads%2FBMB24KLqwq3nxDrUdj5t%2Fimage.png?alt=media&#x26;token=38817fd8-373b-4b12-8326-69150e41f0a4" alt=""><figcaption></figcaption></figure>

### Show tags in post hero:

If enabled, then this will show the tags in the post header, as shown below.

<figure><img src="https://1178580486-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgLMzDwwgyVT45Qn7UpbZ%2Fuploads%2FtxPXQQtXaMdhRQbvcQjI%2Fimage.png?alt=media&#x26;token=65f0c20a-b706-4612-ad00-7e1ddc1dcac3" alt=""><figcaption></figcaption></figure>

### Enable code syntax highlight:

This will enable to highlight code syntax. This is specifically useful if you are planning to add some code snippets in your website. If you are not going to use any code, then I highly suggest to disable this. Enabling this will load a javascript library which increases the load time. So, please disabe it if not used.

If enabled, then the code snippets will be displayed as below.

<figure><img src="https://1178580486-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgLMzDwwgyVT45Qn7UpbZ%2Fuploads%2Fn4e0Pm0Vr8nXICfgFnCE%2Fimage.png?alt=media&#x26;token=b1b35c87-0736-4971-8a00-eac2a0a01d46" alt=""><figcaption></figcaption></figure>

If disabled, the code will not be highlighted and will appear in monospace as below.

<br>

<figure><img src="https://1178580486-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgLMzDwwgyVT45Qn7UpbZ%2Fuploads%2FCGf0qCdr3phfcecZz0yV%2Fimage.png?alt=media&#x26;token=7d64cf86-a150-4b05-8a02-f85cefadb753" alt=""><figcaption></figcaption></figure>


---

# 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.themeupstudio.com/shamrock/theme-customization/configuration-and-settings/post-settings.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.
