> ## Content Index
> Fetch the complete content index at: https://getpublii.com/dev/llms.txt
> Use this file to discover other available public pages before exploring further.

# Post tags

- URL: https://getpublii.com/dev/post-tags/
- Published: 2017-09-08T13:51:03.100Z
- Updated: 2024-08-15T20:39:26.460Z
- Description: Post item represent posts written in Publii: {{id}} - post ID {{title}} - post title {{featuredImage}} - featured image item {{tags}} - array of tag…
- Author: Tomasz Dziuda
- Tags: Handlebars Tags

Post item represent posts written in Publii:

-   **{{id}}** - post ID
-   **{{title}}** - post title
-   **{{featuredImage}}** - [featured image item](https://getpublii.com/dev/featured-image-tags/)
-   **{{tags}}** - array of [tag items](https://getpublii.com/dev/tag-tags/)
-   **{{hiddenTags}}** - array of [tag items](https://getpublii.com/dev/tag-tags/) which are marked as hidden
-   **{{author}}** - post [author item](https://getpublii.com/dev/author-tags/)
-   **{{slug}}** - post slug used in URL
-   **{{url}}** - post page URL
-   **{{text}}** - post full text
-   **{{excerpt}}** - post excerpt text
-   **{{createdAt}}** - post creation date
-   **{{modifiedAt}}** - post modification date
-   **{{status}}** - post status (hidden, draft, featured)
-   **{{template}}** - template name used in the post
-   **{{isFeatured}}** - true if post is featured
-   **{{isHidden}}** - true if post is hidden
-   **{{hasGallery}}** - true if post contains a gallery
-   **{{hasCustomExcerpt}}** - true if post contains a custom excerpt content
-   **{{mainTag}}** - [tag](#INTERNAL_LINK#/post/86) item selected as a main tag of a specific post. If there is no main tag, then this field returns the first tag (using alphabetical order). This item will be empty only if the post has no tags
-   **{{postViewConfig}}** - object with additional post view-related configuration (if available in the theme
