# Post Template

The appearance of a post's head depends on whether it has a featured image and whether the post is featured.

### Normal Post Without Featured Image

<figure><img src="/files/NrqlOz8Xx49IcqX6zLW0" alt=""><figcaption></figcaption></figure>

### Normal Post With Featured Image

<figure><img src="/files/XM2ZYSIhTkEiEqij3w7K" alt=""><figcaption><p>Nor</p></figcaption></figure>

### Featured Post Without Featured Image

<figure><img src="/files/4rcoeVa3U8hCwSFmPLuW" alt=""><figcaption></figcaption></figure>

### Featured Post With Featured Image

<figure><img src="/files/8sWTlXrJEackHkQW8rz3" alt=""><figcaption></figcaption></figure>

### To feature the post:

* On the post editor page, click<img src="/files/HEL3YKhepTBJy63K2kqX" alt="" data-size="line">icon in the top right corner to open the **Post settings**
* Then, find **this**<img src="/files/dSORN3Y9zUrTDDs9JdfE" alt="" data-size="line">**toggle** and click to **feature your post**

***

**Digital** offers an optional **lightbox** feature for images in a post's content.

This intuitive functionality allows users to click on any image card or any image inside gallery card within the post content, after which the image is prominently displayed in a "lightbox" overlay. This special view not only focuses the user's attention on the image but also provides an option to zoom in for a closer look at the details. This makes for a more interactive and engaging experience when browsing through content.

**Post WIth Lightbox Example:**&#x20;

[**https://digital.highfivethemes.com/post-with-lightbox-images-zoom/**](https://digital.highfivethemes.com/post-with-lightbox-images-zoom/)

<div><figure><img src="/files/J1OIE4DWxsQ1LMgwC20A" alt=""><figcaption><p>Lightbox</p></figcaption></figure> <figure><img src="/files/jBJ0uOlao1VKCiFEjBsi" alt=""><figcaption><p>Image Gallery</p></figcaption></figure> <figure><img src="/files/fKZJCOMUDlDerhjTMPcG" alt=""><figcaption><p>Zoomed in</p></figcaption></figure></div>

### To turn on Lightbox feature when you publish a post:

* On the post editor page, click <img src="/files/HEL3YKhepTBJy63K2kqX" alt="" data-size="line"> icon in the top right corner to open the **Post settings**
* Then, find the **Tags** setting and add the **#lightbox** tag.


---

# 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://highfivethemes.gitbook.io/digital-user-documentation/main-templates/post-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.
